Shades of Deep Magenta #AD02B4
Tints of Deep Magenta #AD02B4
RGB
CMYK
RGB Variations
Color information
#AD02B4 (or 0xAD02B4) is known color: Deep Magenta. HEX triplet: AD, 02 and B4. RGB value is (173,2,180). Sum of RGB (Red+Green+Blue) = 173+2+180=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD02B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02B4 is #52FD4B. Grayscale: #484848. Windows color (decimal): -5438796 or 11797165. OLE color: 11797165.
HSL color Cylindrical-coordinate representation of color #AD02B4: hue angle of 297.64º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02B4 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 2 | 180 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.29 |
| HSL | 297.64º | 0.98% | 0.36% | - |
| HSV(B) | 297.64º | 0.99% | 0.71% | - |
| XYZ | 25.49 | 12.22 | 44.2 | - |
| YUV | 73.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 180 | 0.04 | 0.99 | 0 | 0.29 | 297.64 | 0.98 | 0.36 |
| Hex | AD | 2 | B4 | 4 | 63 | 0 | 1D | 12A | 62 | 24 |
| Octal | 255 | 2 | 264 | 4 | 143 | 0 | 35 | 452 | 142 | 44 |
| Binary | 10101101 | 10 | 10110100 | 100 | 1100011 | 0 | 11101 | 100101010 | 1100010 | 100100 |
Color Harmonies of #AD02B4
Complementary color
Monochromatic Colors of #AD02B4
Black with #AD02B4
Text Example
Text Example
White with #AD02B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02B4; }
p { color: rgb(173,2,180); }
H1.HeaderClassName
{
color: #AD02B4;
}
.AnyTagClassName
{
color: #AD02B4;
}
</style>
background-color css
<style>
a { background-color: #AD02B4; }
a { background-color: rgb(173,2,180); }
div.DivClassName
{
background-color: #AD02B4;
}
.BgClassName
{
background-color: #AD02B4;
}
</style>
border-color css
<style>
span { border-color: #AD02B4; }
span { border-color: rgb(173,2,180); }
td.TdClassName
{
border-color: #AD02B4;
}
.TagClassName
{
border-color: #AD02B4;
}
</style>