Color Hex Logo

#af169a Color Hex

#AF169A
(175,22,154)
0 Favorites   0 Comments

Color spaces of #af169a

RGB 17522154
HSL0.860.780.39
HSV308°87°69°
CMYK 0.000.870.12   0.31
XYZ23.798812.020931.6378
Yxy12.02090.35280.1782
Hunter Lab34.671261.8505-29.8329
CIE-Lab41.249368.3796-33.7626

#af169a color RGB value is (175,22,154).

#af169a hex color red value is 175, green value is 22 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #af169a hue: 0.86 , saturation: 0.78 and the lightness value of af169a is 0.39.

The process color (four color CMYK) of #af169a color hex is 0.00, 0.87, 0.12, 0.31. Web safe color of #af169a is #990099. Color #af169a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010110 10011010
Octal 257 26 232
Decimal 175 22 154
Hex AF 16 9A

RGB Percentages of Color #af169a

%49.86
%6.27
%43.87

CMYK Percentages of Color #af169a

%0
%87
%12
%31

Triadic Colors of #af169a

#af169a #9aaf16 #169aaf

Analogous Colors of #af169a

#af169a #af164d #7816af

Monochromatic Colors of #af169a

#af169a

Complementary Color

#af169a #16af2b

#af169a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af169a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af169a Color CSS Codes

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

#af169a Text Font Color

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

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


#af169a Background Color

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

This div background color is #af169a


#af169a Border Color

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

This div border color is #af169a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af169a


Comments

No comments written yet.

Please login to write comment.