Color Hex Logo

#a229af Color Hex

#A229AF
(162,41,175)
0 Favorites   0 Comments

Color spaces of #a229af

RGB 16241175
HSL0.820.620.42
HSV294°77°69°
CMYK 0.070.770.00   0.31
XYZ23.431112.362441.7087
Yxy12.36240.30230.1595
Hunter Lab35.160257.4238-45.7205
CIE-Lab41.786464.4331-45.6192

#a229af color RGB value is (162,41,175).

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

The process color (four color CMYK) of #a229af color hex is 0.07, 0.77, 0.00, 0.31. Web safe color of #a229af is #993399. Color #a229af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00101001 10101111
Octal 242 51 257
Decimal 162 41 175
Hex A2 29 AF

RGB Percentages of Color #a229af

%42.86
%10.85
%46.30

CMYK Percentages of Color #a229af

%7
%77
%0
%31

Triadic Colors of #a229af

#a229af #afa229 #29afa2

Analogous Colors of #a229af

#a229af #af2979 #5f29af

Monochromatic Colors of #a229af

#a229af

Complementary Color

#a229af #36af29

#a229af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a229af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a229af Color CSS Codes

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

#a229af Text Font Color

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

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


#a229af Background Color

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

This div background color is #a229af


#a229af Border Color

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

This div border color is #a229af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a229af


Comments

No comments written yet.

Please login to write comment.