#AC0F9F

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

Shades of Dark Magenta #AC0F9F

Tints of Dark Magenta #AC0F9F

Color information

#AC0F9F (or 0xAC0F9F) is unknown color: approx Dark Magenta. HEX triplet: AC, 0F and 9F. RGB value is (172,15,159). Sum of RGB (Red+Green+Blue) = 172+15+159=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F9F is #53F060. Grayscale: #4D4D4D. Windows color (decimal): -5501025 or 10424236. OLE color: 10424236.

HSL color Cylindrical-coordinate representation of color #AC0F9F: hue angle of 304.97º 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 #AC0F9F is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17215159-
CMYK00.910.080.33
HSL304.97º83.96%36.67%-
HSV(B)304.97º91.28%67.45%-
XYZ23.4411.6233.81-
YUV78.36173.51194.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 15 (6.25% from 255) = 4.34%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=49.71%
G=4.34%
B=45.95%

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
Decimal1721515900.910.080.33304.9783.9636.67
HexACF9F05B8211315425
Octal254172370133104146112445
Binary101011001111100111110101101110001000011001100011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F9F; }

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

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

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

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

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

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

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

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