Color Hex Logo

#a228af Color Hex

#A228AF
(162,40,175)
0 Favorites   0 Comments

Color spaces of #a228af

RGB 16240175
HSL0.820.630.42
HSV294°77°69°
CMYK 0.070.770.00   0.31
XYZ23.396912.294141.6973
Yxy12.29410.30230.1589
Hunter Lab35.062957.7498-45.9644
CIE-Lab41.679864.7401-45.7898

#a228af color RGB value is (162,40,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00101000 10101111
Octal 242 50 257
Decimal 162 40 175
Hex A2 28 AF

RGB Percentages of Color #a228af

%42.97
%10.61
%46.42

CMYK Percentages of Color #a228af

%7
%77
%0
%31

Triadic Colors of #a228af

#a228af #afa228 #28afa2

Analogous Colors of #a228af

#a228af #af2879 #5f28af

Monochromatic Colors of #a228af

#a228af

Complementary Color

#a228af #35af28

#a228af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a228af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a228af Color CSS Codes

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

#a228af Text Font Color

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

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


#a228af Background Color

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

This div background color is #a228af


#a228af Border Color

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

This div border color is #a228af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,40,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 #a228af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a228af


Comments

No comments written yet.

Please login to write comment.