Color Hex Logo

#a002af Color Hex

#A002AF
(160,2,175)
0 Favorites   0 Comments

Color spaces of #a002af

RGB 1602175
HSL0.820.980.35
HSV295°99°69°
CMYK 0.090.990.00   0.31
XYZ22.256810.612141.4327
Yxy10.61210.29950.1428
Hunter Lab32.576264.9468-52.6058
CIE-Lab38.919371.4638-50.2413

#a002af color RGB value is (160,2,175).

#a002af hex color red value is 160, green value is 2 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a002af hue: 0.82 , saturation: 0.98 and the lightness value of a002af is 0.35.

The process color (four color CMYK) of #a002af color hex is 0.09, 0.99, 0.00, 0.31. Web safe color of #a002af is #990099. Color #a002af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000010 10101111
Octal 240 2 257
Decimal 160 2 175
Hex A0 2 AF

RGB Percentages of Color #a002af

%47.48
%0.59
%51.93

CMYK Percentages of Color #a002af

%9
%99
%0
%31

Triadic Colors of #a002af

#a002af #afa002 #02afa0

Analogous Colors of #a002af

#a002af #af0268 #4902af

Monochromatic Colors of #a002af

#a002af

Complementary Color

#a002af #11af02

#a002af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a002af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a002af Color CSS Codes

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

#a002af Text Font Color

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

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


#a002af Background Color

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

This div background color is #a002af


#a002af Border Color

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

This div border color is #a002af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a002af


Comments

No comments written yet.

Please login to write comment.