Shades of Dark Magenta #AC0898
Tints of Dark Magenta #AC0898
RGB
CMYK
RGB Variations
Color information
#AC0898 (or 0xAC0898) is known color: Dark Magenta. HEX triplet: AC, 08 and 98. RGB value is (172,8,152). Sum of RGB (Red+Green+Blue) = 172+8+152=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0898 is #53F767. Grayscale: #494949. Windows color (decimal): -5502824 or 9963692. OLE color: 9963692.
HSL color Cylindrical-coordinate representation of color #AC0898: hue angle of 307.32º 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 #AC0898 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 152 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.33 |
| HSL | 307.32º | 0.91% | 0.35% | - |
| HSV(B) | 307.32º | 0.95% | 0.67% | - |
| XYZ | 22.77 | 11.21 | 30.67 | - |
| YUV | 73.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 152 | 0 | 0.95 | 0.12 | 0.33 | 307.32 | 0.91 | 0.35 |
| Hex | AC | 8 | 98 | 0 | 5F | C | 21 | 133 | 5B | 23 |
| Octal | 254 | 10 | 230 | 0 | 137 | 14 | 41 | 463 | 133 | 43 |
| Binary | 10101100 | 1000 | 10011000 | 0 | 1011111 | 1100 | 100001 | 100110011 | 1011011 | 100011 |
Color Harmonies of #AC0898
Complementary color
Monochromatic Colors of #AC0898
Black with #AC0898
Text Example
Text Example
White with #AC0898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0898; }
p { color: rgb(172,8,152); }
H1.HeaderClassName
{
color: #AC0898;
}
.AnyTagClassName
{
color: #AC0898;
}
</style>
background-color css
<style>
a { background-color: #AC0898; }
a { background-color: rgb(172,8,152); }
div.DivClassName
{
background-color: #AC0898;
}
.BgClassName
{
background-color: #AC0898;
}
</style>
border-color css
<style>
span { border-color: #AC0898; }
span { border-color: rgb(172,8,152); }
td.TdClassName
{
border-color: #AC0898;
}
.TagClassName
{
border-color: #AC0898;
}
</style>