Shades of Dark Magenta #AC0198
Tints of Dark Magenta #AC0198
RGB
CMYK
RGB Variations
Color information
#AC0198 (or 0xAC0198) is known color: Dark Magenta. HEX triplet: AC, 01 and 98. RGB value is (172,1,152). Sum of RGB (Red+Green+Blue) = 172+1+152=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0198 is #53FE67. Grayscale: #444444. Windows color (decimal): -5504616 or 9961900. OLE color: 9961900.
HSL color Cylindrical-coordinate representation of color #AC0198: hue angle of 307.02º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0198 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 152 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.33 |
| HSL | 307.02º | 0.99% | 0.34% | - |
| HSV(B) | 307.02º | 0.99% | 0.67% | - |
| XYZ | 22.69 | 11.06 | 30.64 | - |
| YUV | 69.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 152 | 0 | 0.99 | 0.12 | 0.33 | 307.02 | 0.99 | 0.34 |
| Hex | AC | 1 | 98 | 0 | 63 | C | 21 | 133 | 63 | 22 |
| Octal | 254 | 1 | 230 | 0 | 143 | 14 | 41 | 463 | 143 | 42 |
| Binary | 10101100 | 1 | 10011000 | 0 | 1100011 | 1100 | 100001 | 100110011 | 1100011 | 100010 |
Color Harmonies of #AC0198
Complementary color
Monochromatic Colors of #AC0198
Black with #AC0198
Text Example
Text Example
White with #AC0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0198; }
p { color: rgb(172,1,152); }
H1.HeaderClassName
{
color: #AC0198;
}
.AnyTagClassName
{
color: #AC0198;
}
</style>
background-color css
<style>
a { background-color: #AC0198; }
a { background-color: rgb(172,1,152); }
div.DivClassName
{
background-color: #AC0198;
}
.BgClassName
{
background-color: #AC0198;
}
</style>
border-color css
<style>
span { border-color: #AC0198; }
span { border-color: rgb(172,1,152); }
td.TdClassName
{
border-color: #AC0198;
}
.TagClassName
{
border-color: #AC0198;
}
</style>