#AC0FA0

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

Shades of Dark Magenta #AC0FA0

Tints of Dark Magenta #AC0FA0

Color information

#AC0FA0 (or 0xAC0FA0) is unknown color: approx Dark Magenta. HEX triplet: AC, 0F and A0. RGB value is (172,15,160). Sum of RGB (Red+Green+Blue) = 172+15+160=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FA0 is #53F05F. Grayscale: #4E4E4E. Windows color (decimal): -5501024 or 10489772. OLE color: 10489772.

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

Color convert

RGB17215160-
CMYK00.910.070.33
HSL304.59º83.96%36.67%-
HSV(B)304.59º91.28%67.45%-
XYZ23.5311.6534.27-
YUV78.47174.01194.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 15 (6.25% from 255) = 4.32%
BLUE value IS 160 (62.89% from 255) = 46.11%
R=49.57%
G=4.32%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721516000.910.070.33304.5983.9636.67
HexACFA005B7211315425
Octal25417240013374146112445
Binary10101100111110100000010110111111000011001100011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0FA0; }

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

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

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

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

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

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

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

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