Shades of Deep Magenta #AD10AD
Tints of Deep Magenta #AD10AD
RGB
CMYK
RGB Variations
Color information
#AD10AD (or 0xAD10AD) is known color: Deep Magenta. HEX triplet: AD, 10 and AD. RGB value is (173,16,173). Sum of RGB (Red+Green+Blue) = 173+16+173=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD10AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10AD is #52EF52. Grayscale: #505050. Windows color (decimal): -5435219 or 11341997. OLE color: 11341997.
HSL color Cylindrical-coordinate representation of color #AD10AD: hue angle of 300º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD10AD is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 173 | - |
| CMYK | 0 | 0.91 | 0 | 0.32 |
| HSL | 300º | 0.83% | 0.37% | - |
| HSV(B) | 300º | 0.91% | 0.68% | - |
| XYZ | 24.96 | 12.27 | 40.59 | - |
| YUV | 80.84 | 180.01 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 173 | 0 | 0.91 | 0 | 0.32 | 300 | 0.83 | 0.37 |
| Hex | AD | 10 | AD | 0 | 5B | 0 | 20 | 12C | 53 | 25 |
| Octal | 255 | 20 | 255 | 0 | 133 | 0 | 40 | 454 | 123 | 45 |
| Binary | 10101101 | 10000 | 10101101 | 0 | 1011011 | 0 | 100000 | 100101100 | 1010011 | 100101 |
Color Harmonies of #AD10AD
Complementary color
Monochromatic Colors of #AD10AD
Black with #AD10AD
Text Example
Text Example
White with #AD10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10AD; }
p { color: rgb(173,16,173); }
H1.HeaderClassName
{
color: #AD10AD;
}
.AnyTagClassName
{
color: #AD10AD;
}
</style>
background-color css
<style>
a { background-color: #AD10AD; }
a { background-color: rgb(173,16,173); }
div.DivClassName
{
background-color: #AD10AD;
}
.BgClassName
{
background-color: #AD10AD;
}
</style>
border-color css
<style>
span { border-color: #AD10AD; }
span { border-color: rgb(173,16,173); }
td.TdClassName
{
border-color: #AD10AD;
}
.TagClassName
{
border-color: #AD10AD;
}
</style>