Shades of Deep Magenta #AD0ABC
Tints of Deep Magenta #AD0ABC
RGB
CMYK
RGB Variations
Color information
#AD0ABC (or 0xAD0ABC) is known color: Deep Magenta. HEX triplet: AD, 0A and BC. RGB value is (173,10,188). Sum of RGB (Red+Green+Blue) = 173+10+188=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD0ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ABC is #52F543. Grayscale: #4E4E4E. Windows color (decimal): -5436740 or 12323501. OLE color: 12323501.
HSL color Cylindrical-coordinate representation of color #AD0ABC: hue angle of 294.94º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0ABC is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 10 | 188 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.26 |
| HSL | 294.94º | 0.9% | 0.39% | - |
| HSV(B) | 294.94º | 0.95% | 0.74% | - |
| XYZ | 26.42 | 12.73 | 48.64 | - |
| YUV | 79.03 | 189.5 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 188 | 0.08 | 0.95 | 0 | 0.26 | 294.94 | 0.9 | 0.39 |
| Hex | AD | A | BC | 8 | 5F | 0 | 1A | 127 | 5A | 27 |
| Octal | 255 | 12 | 274 | 10 | 137 | 0 | 32 | 447 | 132 | 47 |
| Binary | 10101101 | 1010 | 10111100 | 1000 | 1011111 | 0 | 11010 | 100100111 | 1011010 | 100111 |
Color Harmonies of #AD0ABC
Complementary color
Monochromatic Colors of #AD0ABC
Black with #AD0ABC
Text Example
Text Example
White with #AD0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0ABC; }
p { color: rgb(173,10,188); }
H1.HeaderClassName
{
color: #AD0ABC;
}
.AnyTagClassName
{
color: #AD0ABC;
}
</style>
background-color css
<style>
a { background-color: #AD0ABC; }
a { background-color: rgb(173,10,188); }
div.DivClassName
{
background-color: #AD0ABC;
}
.BgClassName
{
background-color: #AD0ABC;
}
</style>
border-color css
<style>
span { border-color: #AD0ABC; }
span { border-color: rgb(173,10,188); }
td.TdClassName
{
border-color: #AD0ABC;
}
.TagClassName
{
border-color: #AD0ABC;
}
</style>