#AC0599

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

Shades of Dark Magenta #AC0599

Tints of Dark Magenta #AC0599

Color information

#AC0599 (or 0xAC0599) is unknown color: approx Dark Magenta. HEX triplet: AC, 05 and 99. RGB value is (172,5,153). Sum of RGB (Red+Green+Blue) = 172+5+153=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0599 is #53FA66. Grayscale: #474747. Windows color (decimal): -5503591 or 10028460. OLE color: 10028460.

HSL color Cylindrical-coordinate representation of color #AC0599: hue angle of 306.83º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0599 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB1725153-
CMYK00.970.110.33
HSL306.83º94.35%34.71%-
HSV(B)306.83º97.09%67.45%-
XYZ22.8211.1831.09-
YUV71.81173.83199.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=52.12%
G=1.52%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172515300.970.110.33306.8394.3534.71
HexAC599061B211335e23
Octal25452310141134146313643
Binary10101100101100110010110000110111000011001100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0599; }

 p { color: rgb(172,5,153); }

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

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

 a { background-color: rgb(172,5,153); }

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

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

 span { border-color: rgb(172,5,153); }

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