Shades of Dark Magenta #AC08A8
Tints of Dark Magenta #AC08A8
RGB
CMYK
RGB Variations
Color information
#AC08A8 (or 0xAC08A8) is known color: Dark Magenta. HEX triplet: AC, 08 and A8. RGB value is (172,8,168). Sum of RGB (Red+Green+Blue) = 172+8+168=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC08A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC08A8 is #53F757. Grayscale: #4A4A4A. Windows color (decimal): -5502808 or 11012268. OLE color: 11012268.
HSL color Cylindrical-coordinate representation of color #AC08A8: hue angle of 301.46º 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 #AC08A8 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 168 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.33 |
| HSL | 301.46º | 0.91% | 0.35% | - |
| HSV(B) | 301.46º | 0.95% | 0.67% | - |
| XYZ | 24.17 | 11.77 | 38.04 | - |
| YUV | 75.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 168 | 0 | 0.95 | 0.02 | 0.33 | 301.46 | 0.91 | 0.35 |
| Hex | AC | 8 | A8 | 0 | 5F | 2 | 21 | 12D | 5B | 23 |
| Octal | 254 | 10 | 250 | 0 | 137 | 2 | 41 | 455 | 133 | 43 |
| Binary | 10101100 | 1000 | 10101000 | 0 | 1011111 | 10 | 100001 | 100101101 | 1011011 | 100011 |
Color Harmonies of #AC08A8
Complementary color
Monochromatic Colors of #AC08A8
Black with #AC08A8
Text Example
Text Example
White with #AC08A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC08A8; }
p { color: rgb(172,8,168); }
H1.HeaderClassName
{
color: #AC08A8;
}
.AnyTagClassName
{
color: #AC08A8;
}
</style>
background-color css
<style>
a { background-color: #AC08A8; }
a { background-color: rgb(172,8,168); }
div.DivClassName
{
background-color: #AC08A8;
}
.BgClassName
{
background-color: #AC08A8;
}
</style>
border-color css
<style>
span { border-color: #AC08A8; }
span { border-color: rgb(172,8,168); }
td.TdClassName
{
border-color: #AC08A8;
}
.TagClassName
{
border-color: #AC08A8;
}
</style>