Color Hex Logo

#af169f Color Hex

#AF169F
(175,22,159)
0 Favorites   0 Comments

Color spaces of #af169f

RGB 17522159
HSL0.850.780.39
HSV306°87°69°
CMYK 0.000.870.09   0.31
XYZ24.224112.191033.8772
Yxy12.19100.34460.1734
Hunter Lab34.915662.7392-33.0857
CIE-Lab41.518169.0873-36.3537

#af169f color RGB value is (175,22,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010110 10011111
Octal 257 26 237
Decimal 175 22 159
Hex AF 16 9F

RGB Percentages of Color #af169f

%49.16
%6.18
%44.66

CMYK Percentages of Color #af169f

%0
%87
%9
%31

Triadic Colors of #af169f

#af169f #9faf16 #169faf

Analogous Colors of #af169f

#af169f #af1652 #7316af

Monochromatic Colors of #af169f

#af169f

Complementary Color

#af169f #16af26

#af169f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af169f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af169f Color CSS Codes

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

#af169f Text Font Color

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

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


#af169f Background Color

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

This div background color is #af169f


#af169f Border Color

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

This div border color is #af169f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af169f


Comments

No comments written yet.

Please login to write comment.