Shades of Deep Magenta #AD0CAF
Tints of Deep Magenta #AD0CAF
RGB
CMYK
RGB Variations
Color information
#AD0CAF (or 0xAD0CAF) is known color: Deep Magenta. HEX triplet: AD, 0C and AF. RGB value is (173,12,175). Sum of RGB (Red+Green+Blue) = 173+12+175=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD0CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0CAF is #52F350. Grayscale: #4E4E4E. Windows color (decimal): -5436241 or 11472045. OLE color: 11472045.
HSL color Cylindrical-coordinate representation of color #AD0CAF: hue angle of 299.26º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0CAF is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 12 | 175 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.31 |
| HSL | 299.26º | 0.87% | 0.37% | - |
| HSV(B) | 299.26º | 0.93% | 0.69% | - |
| XYZ | 25.1 | 12.24 | 41.6 | - |
| YUV | 78.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 175 | 0.01 | 0.93 | 0 | 0.31 | 299.26 | 0.87 | 0.37 |
| Hex | AD | C | AF | 1 | 5D | 0 | 1F | 12B | 57 | 25 |
| Octal | 255 | 14 | 257 | 1 | 135 | 0 | 37 | 453 | 127 | 45 |
| Binary | 10101101 | 1100 | 10101111 | 1 | 1011101 | 0 | 11111 | 100101011 | 1010111 | 100101 |
Color Harmonies of #AD0CAF
Complementary color
Monochromatic Colors of #AD0CAF
Black with #AD0CAF
Text Example
Text Example
White with #AD0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CAF; }
p { color: rgb(173,12,175); }
H1.HeaderClassName
{
color: #AD0CAF;
}
.AnyTagClassName
{
color: #AD0CAF;
}
</style>
background-color css
<style>
a { background-color: #AD0CAF; }
a { background-color: rgb(173,12,175); }
div.DivClassName
{
background-color: #AD0CAF;
}
.BgClassName
{
background-color: #AD0CAF;
}
</style>
border-color css
<style>
span { border-color: #AD0CAF; }
span { border-color: rgb(173,12,175); }
td.TdClassName
{
border-color: #AD0CAF;
}
.TagClassName
{
border-color: #AD0CAF;
}
</style>