#AC0F9E

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

Shades of Dark Magenta #AC0F9E

Tints of Dark Magenta #AC0F9E

Color information

#AC0F9E (or 0xAC0F9E) is unknown color: approx Dark Magenta. HEX triplet: AC, 0F and 9E. RGB value is (172,15,158). Sum of RGB (Red+Green+Blue) = 172+15+158=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F9E is #53F061. Grayscale: #4D4D4D. Windows color (decimal): -5501026 or 10358700. OLE color: 10358700.

HSL color Cylindrical-coordinate representation of color #AC0F9E: hue angle of 305.35º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F9E is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17215158-
CMYK00.910.080.33
HSL305.35º83.96%36.67%-
HSV(B)305.35º91.28%67.45%-
XYZ23.3611.5833.35-
YUV78.24173.01194.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 15 (6.25% from 255) = 4.35%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=49.86%
G=4.35%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721515800.910.080.33305.3583.9636.67
HexACF9E05B8211315425
Octal254172360133104146112445
Binary101011001111100111100101101110001000011001100011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F9E; }

 p { color: rgb(172,15,158); }

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

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

 a { background-color: rgb(172,15,158); }

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

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

 span { border-color: rgb(172,15,158); }

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