Shades of Deep Magenta #AD02BB
Tints of Deep Magenta #AD02BB
RGB
CMYK
RGB Variations
Color information
#AD02BB (or 0xAD02BB) is known color: Deep Magenta. HEX triplet: AD, 02 and BB. RGB value is (173,2,187). Sum of RGB (Red+Green+Blue) = 173+2+187=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD02BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02BB is #52FD44. Grayscale: #494949. Windows color (decimal): -5438789 or 12255917. OLE color: 12255917.
HSL color Cylindrical-coordinate representation of color #AD02BB: hue angle of 295.46º 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 #AD02BB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 2 | 187 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.27 |
| HSL | 295.46º | 0.98% | 0.37% | - |
| HSV(B) | 295.46º | 0.99% | 0.73% | - |
| XYZ | 26.22 | 12.52 | 48.05 | - |
| YUV | 74.22 | 191.65 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 187 | 0.07 | 0.99 | 0 | 0.27 | 295.46 | 0.98 | 0.37 |
| Hex | AD | 2 | BB | 7 | 63 | 0 | 1B | 127 | 62 | 25 |
| Octal | 255 | 2 | 273 | 7 | 143 | 0 | 33 | 447 | 142 | 45 |
| Binary | 10101101 | 10 | 10111011 | 111 | 1100011 | 0 | 11011 | 100100111 | 1100010 | 100101 |
Color Harmonies of #AD02BB
Complementary color
Monochromatic Colors of #AD02BB
Black with #AD02BB
Text Example
Text Example
White with #AD02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02BB; }
p { color: rgb(173,2,187); }
H1.HeaderClassName
{
color: #AD02BB;
}
.AnyTagClassName
{
color: #AD02BB;
}
</style>
background-color css
<style>
a { background-color: #AD02BB; }
a { background-color: rgb(173,2,187); }
div.DivClassName
{
background-color: #AD02BB;
}
.BgClassName
{
background-color: #AD02BB;
}
</style>
border-color css
<style>
span { border-color: #AD02BB; }
span { border-color: rgb(173,2,187); }
td.TdClassName
{
border-color: #AD02BB;
}
.TagClassName
{
border-color: #AD02BB;
}
</style>