Color Hex Logo

#ac199a Color Hex

#AC199A
(172,25,154)
0 Favorites   0 Comments

Color spaces of #ac199a

RGB 17225154
HSL0.850.750.39
HSV307°85°67°
CMYK 0.000.850.10   0.33
XYZ23.193611.799031.6268
Yxy11.79900.34820.1771
Hunter Lab34.349760.4149-30.5454
CIE-Lab40.894967.2131-34.3584

#ac199a color RGB value is (172,25,154).

#ac199a hex color red value is 172, green value is 25 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ac199a hue: 0.85 , saturation: 0.75 and the lightness value of ac199a is 0.39.

The process color (four color CMYK) of #ac199a color hex is 0.00, 0.85, 0.10, 0.33. Web safe color of #ac199a is #990099. Color #ac199a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 10011010
Octal 254 31 232
Decimal 172 25 154
Hex AC 19 9A

RGB Percentages of Color #ac199a

%49.00
%7.12
%43.87

CMYK Percentages of Color #ac199a

%0
%85
%10
%33

Triadic Colors of #ac199a

#ac199a #9aac19 #199aac

Analogous Colors of #ac199a

#ac199a #ac1950 #7519ac

Monochromatic Colors of #ac199a

#ac199a

Complementary Color

#ac199a #19ac2b

#ac199a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac199a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac199a Color CSS Codes

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

#ac199a Text Font Color

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

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


#ac199a Background Color

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

This div background color is #ac199a


#ac199a Border Color

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

This div border color is #ac199a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac199a


Comments

No comments written yet.

Please login to write comment.