Color Hex Logo

#a243aa Color Hex

#A243AA
(162,67,170)
0 Favorites   0 Comments

Color spaces of #a243aa

RGB 16267170
HSL0.820.430.46
HSV295°61°67°
CMYK 0.050.610.00   0.33
XYZ24.163114.598039.5744
Yxy14.59800.30850.1864
Hunter Lab38.207346.0242-34.6663
CIE-Lab45.078653.4739-37.4219

#a243aa color RGB value is (162,67,170).

#a243aa hex color red value is 162, green value is 67 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a243aa hue: 0.82 , saturation: 0.43 and the lightness value of a243aa is 0.46.

The process color (four color CMYK) of #a243aa color hex is 0.05, 0.61, 0.00, 0.33. Web safe color of #a243aa is #993399. Color #a243aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000011 10101010
Octal 242 103 252
Decimal 162 67 170
Hex A2 43 AA

RGB Percentages of Color #a243aa

%40.60
%16.79
%42.61

CMYK Percentages of Color #a243aa

%5
%61
%0
%33

Triadic Colors of #a243aa

#a243aa #aaa243 #43aaa2

Analogous Colors of #a243aa

#a243aa #aa437f #6f43aa

Monochromatic Colors of #a243aa

#a243aa

Complementary Color

#a243aa #4baa43

#a243aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a243aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a243aa Color CSS Codes

.mybgcolor {background-color:#a243aa; } 
.myforecolor {color:#a243aa; }
.mybordercolor {border:3px solid #a243aa; }

#a243aa Text Font Color

<p style="color:#a243aa">Text here</p>

This sample text font color is #a243aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a243aa Background Color

<div style="background-color:#a243aa">
Div content here</div>

This div background color is #a243aa


#a243aa Border Color

<div style="border:3px solid #a243aa">
Div here</div>

This div border color is #a243aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,67,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a243aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a243aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a243aa;
  box-shadow:         1px 1px 3px 2px #a243aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,67,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a243aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a243aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a243aa;
  box-shadow:         1px 1px 3px 2px #a243aa;">
Div content here</div>

This div box has shadow with color #a243aa


Comments

No comments written yet.

Please login to write comment.