#ac0897

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

Shades of Dark Magenta #AC0897

Tints of Dark Magenta #AC0897

Color information

#AC0897 (or 0xAC0897) is unknown color: approx Dark Magenta. HEX triplet: AC, 08 and 97. RGB value is (172,8,151). Sum of RGB (Red+Green+Blue) = 172+8+151=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0897 is #53F768. Grayscale: #484848. Windows color (decimal): -5502825 or 9898156. OLE color: 9898156.

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

Color convert

RGB1728151-
CMYK00.950.120.33
HSL307.68º91.11%35.29%-
HSV(B)307.68º95.35%67.45%-
XYZ22.6911.1830.24-
YUV73.34171.83198.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 8 (3.52% from 255) = 2.42%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=51.96%
G=2.42%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172815100.950.120.33307.6891.1135.29
HexAC89705FC211345b23
Octal254102270137144146413343
Binary101011001000100101110101111111001000011001101001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac0897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac0897; }

 p { color: rgb(172,8,151); }

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

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

 a { background-color: rgb(172,8,151); }

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

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

 span { border-color: rgb(172,8,151); }

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