#AC0F9D

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

Shades of Dark Magenta #AC0F9D

Tints of Dark Magenta #AC0F9D

Color information

#AC0F9D (or 0xAC0F9D) is unknown color: approx Dark Magenta. HEX triplet: AC, 0F and 9D. RGB value is (172,15,157). Sum of RGB (Red+Green+Blue) = 172+15+157=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F9D is #53F062. Grayscale: #4D4D4D. Windows color (decimal): -5501027 or 10293164. OLE color: 10293164.

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

Color convert

RGB17215157-
CMYK00.910.090.33
HSL305.73º83.96%36.67%-
HSV(B)305.73º91.28%67.45%-
XYZ23.2711.5532.9-
YUV78.13172.51194.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 4.36%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=50%
G=4.36%
B=45.64%

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
Decimal1721515700.910.090.33305.7383.9636.67
HexACF9D05B9211325425
Octal254172350133114146212445
Binary101011001111100111010101101110011000011001100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F9D; }

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

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

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

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

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

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

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

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