Color Hex Logo

#a229ad Color Hex

#A229AD
(162,41,173)
0 Favorites   0 Comments

Color spaces of #a229ad

RGB 16241173
HSL0.820.620.42
HSV295°76°68°
CMYK 0.060.760.00   0.32
XYZ23.236112.284440.6816
Yxy12.28440.30490.1612
Hunter Lab35.049157.0021-44.2837
CIE-Lab41.664664.0860-44.6270

#a229ad color RGB value is (162,41,173).

#a229ad hex color red value is 162, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a229ad hue: 0.82 , saturation: 0.62 and the lightness value of a229ad is 0.42.

The process color (four color CMYK) of #a229ad color hex is 0.06, 0.76, 0.00, 0.32. Web safe color of #a229ad is #993399. Color #a229ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00101001 10101101
Octal 242 51 255
Decimal 162 41 173
Hex A2 29 AD

RGB Percentages of Color #a229ad

%43.09
%10.90
%46.01

CMYK Percentages of Color #a229ad

%6
%76
%0
%32

Triadic Colors of #a229ad

#a229ad #ada229 #29ada2

Analogous Colors of #a229ad

#a229ad #ad2976 #6029ad

Monochromatic Colors of #a229ad

#a229ad

Complementary Color

#a229ad #34ad29

#a229ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a229ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a229ad Color CSS Codes

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

#a229ad Text Font Color

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

This sample text font color is #a229ad
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.


#a229ad Background Color

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

This div background color is #a229ad


#a229ad Border Color

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

This div border color is #a229ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a229ad


Comments

No comments written yet.

Please login to write comment.