Shades of Deep Magenta #AD01B2
Tints of Deep Magenta #AD01B2
RGB
CMYK
RGB Variations
Color information
#AD01B2 (or 0xAD01B2) is known color: Deep Magenta. HEX triplet: AD, 01 and B2. RGB value is (173,1,178). Sum of RGB (Red+Green+Blue) = 173+1+178=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD01B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01B2 is #52FE4D. Grayscale: #484848. Windows color (decimal): -5439054 or 11665837. OLE color: 11665837.
HSL color Cylindrical-coordinate representation of color #AD01B2: hue angle of 298.31º degrees, saturation: 0.99, 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 #AD01B2 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 1 | 178 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.30 |
| HSL | 298.31º | 0.99% | 0.35% | - |
| HSV(B) | 298.31º | 0.99% | 0.7% | - |
| XYZ | 25.28 | 12.12 | 43.13 | - |
| YUV | 72.61 | 187.48 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 178 | 0.03 | 0.99 | 0 | 0.30 | 298.31 | 0.99 | 0.35 |
| Hex | AD | 1 | B2 | 3 | 63 | 0 | 1E | 12A | 63 | 23 |
| Octal | 255 | 1 | 262 | 3 | 143 | 0 | 36 | 452 | 143 | 43 |
| Binary | 10101101 | 1 | 10110010 | 11 | 1100011 | 0 | 11110 | 100101010 | 1100011 | 100011 |
Color Harmonies of #AD01B2
Complementary color
Monochromatic Colors of #AD01B2
Black with #AD01B2
Text Example
Text Example
White with #AD01B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01B2; }
p { color: rgb(173,1,178); }
H1.HeaderClassName
{
color: #AD01B2;
}
.AnyTagClassName
{
color: #AD01B2;
}
</style>
background-color css
<style>
a { background-color: #AD01B2; }
a { background-color: rgb(173,1,178); }
div.DivClassName
{
background-color: #AD01B2;
}
.BgClassName
{
background-color: #AD01B2;
}
</style>
border-color css
<style>
span { border-color: #AD01B2; }
span { border-color: rgb(173,1,178); }
td.TdClassName
{
border-color: #AD01B2;
}
.TagClassName
{
border-color: #AD01B2;
}
</style>