Shades of Deep Magenta #AD0ABE
Tints of Deep Magenta #AD0ABE
RGB
CMYK
RGB Variations
Color information
#AD0ABE (or 0xAD0ABE) is known color: Deep Magenta. HEX triplet: AD, 0A and BE. RGB value is (173,10,190). Sum of RGB (Red+Green+Blue) = 173+10+190=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ABE is #52F541. Grayscale: #4E4E4E. Windows color (decimal): -5436738 or 12454573. OLE color: 12454573.
HSL color Cylindrical-coordinate representation of color #AD0ABE: hue angle of 294.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0ABE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 10 | 190 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.25 |
| HSL | 294.33º | 0.9% | 0.39% | - |
| HSV(B) | 294.33º | 0.95% | 0.75% | - |
| XYZ | 26.64 | 12.82 | 49.79 | - |
| YUV | 79.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 190 | 0.09 | 0.95 | 0 | 0.25 | 294.33 | 0.9 | 0.39 |
| Hex | AD | A | BE | 9 | 5F | 0 | 19 | 126 | 5A | 27 |
| Octal | 255 | 12 | 276 | 11 | 137 | 0 | 31 | 446 | 132 | 47 |
| Binary | 10101101 | 1010 | 10111110 | 1001 | 1011111 | 0 | 11001 | 100100110 | 1011010 | 100111 |
Color Harmonies of #AD0ABE
Complementary color
Monochromatic Colors of #AD0ABE
Black with #AD0ABE
Text Example
Text Example
White with #AD0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0ABE; }
p { color: rgb(173,10,190); }
H1.HeaderClassName
{
color: #AD0ABE;
}
.AnyTagClassName
{
color: #AD0ABE;
}
</style>
background-color css
<style>
a { background-color: #AD0ABE; }
a { background-color: rgb(173,10,190); }
div.DivClassName
{
background-color: #AD0ABE;
}
.BgClassName
{
background-color: #AD0ABE;
}
</style>
border-color css
<style>
span { border-color: #AD0ABE; }
span { border-color: rgb(173,10,190); }
td.TdClassName
{
border-color: #AD0ABE;
}
.TagClassName
{
border-color: #AD0ABE;
}
</style>