Shades of Deep Magenta #AD02B8
Tints of Deep Magenta #AD02B8
RGB
CMYK
RGB Variations
Color information
#AD02B8 (or 0xAD02B8) is known color: Deep Magenta. HEX triplet: AD, 02 and B8. RGB value is (173,2,184). Sum of RGB (Red+Green+Blue) = 173+2+184=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD02B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02B8 is #52FD47. Grayscale: #494949. Windows color (decimal): -5438792 or 12059309. OLE color: 12059309.
HSL color Cylindrical-coordinate representation of color #AD02B8: hue angle of 296.37º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02B8 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 2 | 184 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.28 |
| HSL | 296.37º | 0.98% | 0.36% | - |
| HSV(B) | 296.37º | 0.99% | 0.72% | - |
| XYZ | 25.91 | 12.39 | 46.37 | - |
| YUV | 73.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 184 | 0.06 | 0.99 | 0 | 0.28 | 296.37 | 0.98 | 0.36 |
| Hex | AD | 2 | B8 | 6 | 63 | 0 | 1C | 128 | 62 | 24 |
| Octal | 255 | 2 | 270 | 6 | 143 | 0 | 34 | 450 | 142 | 44 |
| Binary | 10101101 | 10 | 10111000 | 110 | 1100011 | 0 | 11100 | 100101000 | 1100010 | 100100 |
Color Harmonies of #AD02B8
Complementary color
Monochromatic Colors of #AD02B8
Black with #AD02B8
Text Example
Text Example
White with #AD02B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02B8; }
p { color: rgb(173,2,184); }
H1.HeaderClassName
{
color: #AD02B8;
}
.AnyTagClassName
{
color: #AD02B8;
}
</style>
background-color css
<style>
a { background-color: #AD02B8; }
a { background-color: rgb(173,2,184); }
div.DivClassName
{
background-color: #AD02B8;
}
.BgClassName
{
background-color: #AD02B8;
}
</style>
border-color css
<style>
span { border-color: #AD02B8; }
span { border-color: rgb(173,2,184); }
td.TdClassName
{
border-color: #AD02B8;
}
.TagClassName
{
border-color: #AD02B8;
}
</style>