Shades of Deep Magenta #AD02B2
Tints of Deep Magenta #AD02B2
RGB
CMYK
RGB Variations
Color information
#AD02B2 (or 0xAD02B2) is known color: Deep Magenta. HEX triplet: AD, 02 and B2. RGB value is (173,2,178). Sum of RGB (Red+Green+Blue) = 173+2+178=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD02B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD02B2 is #52FD4D. Grayscale: #484848. Windows color (decimal): -5438798 or 11666093. OLE color: 11666093.
HSL color Cylindrical-coordinate representation of color #AD02B2: hue angle of 298.3º 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 #AD02B2 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 2 | 178 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.30 |
| HSL | 298.3º | 0.98% | 0.35% | - |
| HSV(B) | 298.3º | 0.99% | 0.7% | - |
| XYZ | 25.29 | 12.14 | 43.13 | - |
| YUV | 73.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 178 | 0.03 | 0.99 | 0 | 0.30 | 298.3 | 0.98 | 0.35 |
| Hex | AD | 2 | B2 | 3 | 63 | 0 | 1E | 12A | 62 | 23 |
| Octal | 255 | 2 | 262 | 3 | 143 | 0 | 36 | 452 | 142 | 43 |
| Binary | 10101101 | 10 | 10110010 | 11 | 1100011 | 0 | 11110 | 100101010 | 1100010 | 100011 |
Color Harmonies of #AD02B2
Complementary color
Monochromatic Colors of #AD02B2
Black with #AD02B2
Text Example
Text Example
White with #AD02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02B2; }
p { color: rgb(173,2,178); }
H1.HeaderClassName
{
color: #AD02B2;
}
.AnyTagClassName
{
color: #AD02B2;
}
</style>
background-color css
<style>
a { background-color: #AD02B2; }
a { background-color: rgb(173,2,178); }
div.DivClassName
{
background-color: #AD02B2;
}
.BgClassName
{
background-color: #AD02B2;
}
</style>
border-color css
<style>
span { border-color: #AD02B2; }
span { border-color: rgb(173,2,178); }
td.TdClassName
{
border-color: #AD02B2;
}
.TagClassName
{
border-color: #AD02B2;
}
</style>