Shades of Deep Magenta #AC02B2
Tints of Deep Magenta #AC02B2
RGB
CMYK
RGB Variations
Color information
#AC02B2 (or 0xAC02B2) is known color: Deep Magenta. HEX triplet: AC, 02 and B2. RGB value is (172,2,178). Sum of RGB (Red+Green+Blue) = 172+2+178=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC02B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02B2 is #53FD4D. Grayscale: #484848. Windows color (decimal): -5504334 or 11666092. OLE color: 11666092.
HSL color Cylindrical-coordinate representation of color #AC02B2: hue angle of 297.95º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02B2 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 2 | 178 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.30 |
| HSL | 297.95º | 0.98% | 0.35% | - |
| HSV(B) | 297.95º | 0.99% | 0.7% | - |
| XYZ | 25.07 | 12.03 | 43.12 | - |
| YUV | 72.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 178 | 0.03 | 0.99 | 0 | 0.30 | 297.95 | 0.98 | 0.35 |
| Hex | AC | 2 | B2 | 3 | 63 | 0 | 1E | 12A | 62 | 23 |
| Octal | 254 | 2 | 262 | 3 | 143 | 0 | 36 | 452 | 142 | 43 |
| Binary | 10101100 | 10 | 10110010 | 11 | 1100011 | 0 | 11110 | 100101010 | 1100010 | 100011 |
Color Harmonies of #AC02B2
Complementary color
Monochromatic Colors of #AC02B2
Black with #AC02B2
Text Example
Text Example
White with #AC02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02B2; }
p { color: rgb(172,2,178); }
H1.HeaderClassName
{
color: #AC02B2;
}
.AnyTagClassName
{
color: #AC02B2;
}
</style>
background-color css
<style>
a { background-color: #AC02B2; }
a { background-color: rgb(172,2,178); }
div.DivClassName
{
background-color: #AC02B2;
}
.BgClassName
{
background-color: #AC02B2;
}
</style>
border-color css
<style>
span { border-color: #AC02B2; }
span { border-color: rgb(172,2,178); }
td.TdClassName
{
border-color: #AC02B2;
}
.TagClassName
{
border-color: #AC02B2;
}
</style>