Shades of Deep Magenta #AD0ABD
Tints of Deep Magenta #AD0ABD
RGB
CMYK
RGB Variations
Color information
#AD0ABD (or 0xAD0ABD) is known color: Deep Magenta. HEX triplet: AD, 0A and BD. RGB value is (173,10,189). Sum of RGB (Red+Green+Blue) = 173+10+189=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD0ABD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ABD is #52F542. Grayscale: #4E4E4E. Windows color (decimal): -5436739 or 12389037. OLE color: 12389037.
HSL color Cylindrical-coordinate representation of color #AD0ABD: hue angle of 294.64º 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 #AD0ABD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 10 | 189 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.26 |
| HSL | 294.64º | 0.9% | 0.39% | - |
| HSV(B) | 294.64º | 0.95% | 0.74% | - |
| XYZ | 26.53 | 12.78 | 49.21 | - |
| YUV | 79.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 189 | 0.08 | 0.95 | 0 | 0.26 | 294.64 | 0.9 | 0.39 |
| Hex | AD | A | BD | 8 | 5F | 0 | 1A | 127 | 5A | 27 |
| Octal | 255 | 12 | 275 | 10 | 137 | 0 | 32 | 447 | 132 | 47 |
| Binary | 10101101 | 1010 | 10111101 | 1000 | 1011111 | 0 | 11010 | 100100111 | 1011010 | 100111 |
Color Harmonies of #AD0ABD
Complementary color
Monochromatic Colors of #AD0ABD
Black with #AD0ABD
Text Example
Text Example
White with #AD0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0ABD; }
p { color: rgb(173,10,189); }
H1.HeaderClassName
{
color: #AD0ABD;
}
.AnyTagClassName
{
color: #AD0ABD;
}
</style>
background-color css
<style>
a { background-color: #AD0ABD; }
a { background-color: rgb(173,10,189); }
div.DivClassName
{
background-color: #AD0ABD;
}
.BgClassName
{
background-color: #AD0ABD;
}
</style>
border-color css
<style>
span { border-color: #AD0ABD; }
span { border-color: rgb(173,10,189); }
td.TdClassName
{
border-color: #AD0ABD;
}
.TagClassName
{
border-color: #AD0ABD;
}
</style>