Shades of Deep Magenta #AC02BB
Tints of Deep Magenta #AC02BB
RGB
CMYK
RGB Variations
Color information
#AC02BB (or 0xAC02BB) is known color: Deep Magenta. HEX triplet: AC, 02 and BB. RGB value is (172,2,187). Sum of RGB (Red+Green+Blue) = 172+2+187=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC02BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02BB is #53FD44. Grayscale: #494949. Windows color (decimal): -5504325 or 12255916. OLE color: 12255916.
HSL color Cylindrical-coordinate representation of color #AC02BB: hue angle of 295.14º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02BB is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 2 | 187 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.27 |
| HSL | 295.14º | 0.98% | 0.37% | - |
| HSV(B) | 295.14º | 0.99% | 0.73% | - |
| XYZ | 26 | 12.4 | 48.04 | - |
| YUV | 73.92 | 191.82 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 187 | 0.08 | 0.99 | 0 | 0.27 | 295.14 | 0.98 | 0.37 |
| Hex | AC | 2 | BB | 8 | 63 | 0 | 1B | 127 | 62 | 25 |
| Octal | 254 | 2 | 273 | 10 | 143 | 0 | 33 | 447 | 142 | 45 |
| Binary | 10101100 | 10 | 10111011 | 1000 | 1100011 | 0 | 11011 | 100100111 | 1100010 | 100101 |
Color Harmonies of #AC02BB
Complementary color
Monochromatic Colors of #AC02BB
Black with #AC02BB
Text Example
Text Example
White with #AC02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02BB; }
p { color: rgb(172,2,187); }
H1.HeaderClassName
{
color: #AC02BB;
}
.AnyTagClassName
{
color: #AC02BB;
}
</style>
background-color css
<style>
a { background-color: #AC02BB; }
a { background-color: rgb(172,2,187); }
div.DivClassName
{
background-color: #AC02BB;
}
.BgClassName
{
background-color: #AC02BB;
}
</style>
border-color css
<style>
span { border-color: #AC02BB; }
span { border-color: rgb(172,2,187); }
td.TdClassName
{
border-color: #AC02BB;
}
.TagClassName
{
border-color: #AC02BB;
}
</style>