#AC0F9C

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

Shades of Dark Magenta #AC0F9C

Tints of Dark Magenta #AC0F9C

Color information

#AC0F9C (or 0xAC0F9C) is unknown color: approx Dark Magenta. HEX triplet: AC, 0F and 9C. RGB value is (172,15,156). Sum of RGB (Red+Green+Blue) = 172+15+156=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F9C is #53F063. Grayscale: #4D4D4D. Windows color (decimal): -5501028 or 10227628. OLE color: 10227628.

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

Color convert

RGB17215156-
CMYK00.910.090.33
HSL306.11º83.96%36.67%-
HSV(B)306.11º91.28%67.45%-
XYZ23.1811.5132.45-
YUV78.02172.01195.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 15 (6.25% from 255) = 4.37%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=50.15%
G=4.37%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721515600.910.090.33306.1183.9636.67
HexACF9C05B9211325425
Octal254172340133114146212445
Binary101011001111100111000101101110011000011001100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F9C; }

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

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

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

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

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

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

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

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