#ac019c

Color #AC019C Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AC019C

Tints of Dark Magenta #AC019C

Color information

#AC019C (or 0xAC019C) is unknown color: approx Dark Magenta. HEX triplet: AC, 01 and 9C. RGB value is (172,1,156). Sum of RGB (Red+Green+Blue) = 172+1+156=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC019C is #53FE63. Grayscale: #454545. Windows color (decimal): -5504612 or 10224044. OLE color: 10224044.

HSL color Cylindrical-coordinate representation of color #AC019C: hue angle of 305.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC019C is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB1721156-
CMYK00.990.090.33
HSL305.61º98.84%33.92%-
HSV(B)305.61º99.42%67.45%-
XYZ23.0211.1932.4-
YUV69.8176.65200.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 52.28%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=52.28%
G=0.30%
B=47.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172115600.990.090.33305.6198.8433.92
HexAC19C0639211326322
Octal25412340143114146214342
Binary101011001100111000110001110011000011001100101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac019c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac019c; }

 p { color: rgb(172,1,156); }

 H1.HeaderClassName
 {
   color: #ac019c;
 }
 .AnyTagClassName
 {
   color: #ac019c;
 }
</style>
background-color css

<style>
 a { background-color: #ac019c; }

 a { background-color: rgb(172,1,156); }

 div.DivClassName
 {
   background-color: #ac019c;
 }
 .BgClassName
 {
   background-color: #ac019c;
 }
</style>
border-color css

<style>
 span { border-color: #ac019c; }

 span { border-color: rgb(172,1,156); }

 td.TdClassName
 {
   border-color: #ac019c;
 }
 .TagClassName
 {
   border-color: #ac019c;
 }
</style>