Shades of Deep Magenta #AC02BD
Tints of Deep Magenta #AC02BD
RGB
CMYK
RGB Variations
Color information
#AC02BD (or 0xAC02BD) is known color: Deep Magenta. HEX triplet: AC, 02 and BD. RGB value is (172,2,189). Sum of RGB (Red+Green+Blue) = 172+2+189=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC02BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02BD is #53FD42. Grayscale: #494949. Windows color (decimal): -5504323 or 12386988. OLE color: 12386988.
HSL color Cylindrical-coordinate representation of color #AC02BD: hue angle of 294.55º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02BD is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 2 | 189 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.26 |
| HSL | 294.55º | 0.98% | 0.37% | - |
| HSV(B) | 294.55º | 0.99% | 0.74% | - |
| XYZ | 26.22 | 12.49 | 49.17 | - |
| YUV | 74.15 | 192.82 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 189 | 0.09 | 0.99 | 0 | 0.26 | 294.55 | 0.98 | 0.37 |
| Hex | AC | 2 | BD | 9 | 63 | 0 | 1A | 127 | 62 | 25 |
| Octal | 254 | 2 | 275 | 11 | 143 | 0 | 32 | 447 | 142 | 45 |
| Binary | 10101100 | 10 | 10111101 | 1001 | 1100011 | 0 | 11010 | 100100111 | 1100010 | 100101 |
Color Harmonies of #AC02BD
Complementary color
Monochromatic Colors of #AC02BD
Black with #AC02BD
Text Example
Text Example
White with #AC02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02BD; }
p { color: rgb(172,2,189); }
H1.HeaderClassName
{
color: #AC02BD;
}
.AnyTagClassName
{
color: #AC02BD;
}
</style>
background-color css
<style>
a { background-color: #AC02BD; }
a { background-color: rgb(172,2,189); }
div.DivClassName
{
background-color: #AC02BD;
}
.BgClassName
{
background-color: #AC02BD;
}
</style>
border-color css
<style>
span { border-color: #AC02BD; }
span { border-color: rgb(172,2,189); }
td.TdClassName
{
border-color: #AC02BD;
}
.TagClassName
{
border-color: #AC02BD;
}
</style>