Shades of Deep Magenta #AD10B4
Tints of Deep Magenta #AD10B4
RGB
CMYK
RGB Variations
Color information
#AD10B4 (or 0xAD10B4) is known color: Deep Magenta. HEX triplet: AD, 10 and B4. RGB value is (173,16,180). Sum of RGB (Red+Green+Blue) = 173+16+180=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD10B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10B4 is #52EF4B. Grayscale: #515151. Windows color (decimal): -5435212 or 11800749. OLE color: 11800749.
HSL color Cylindrical-coordinate representation of color #AD10B4: hue angle of 297.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD10B4 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 16 | 180 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.29 |
| HSL | 297.44º | 0.84% | 0.38% | - |
| HSV(B) | 297.44º | 0.91% | 0.71% | - |
| XYZ | 25.66 | 12.55 | 44.25 | - |
| YUV | 81.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 180 | 0.04 | 0.91 | 0 | 0.29 | 297.44 | 0.84 | 0.38 |
| Hex | AD | 10 | B4 | 4 | 5B | 0 | 1D | 129 | 54 | 26 |
| Octal | 255 | 20 | 264 | 4 | 133 | 0 | 35 | 451 | 124 | 46 |
| Binary | 10101101 | 10000 | 10110100 | 100 | 1011011 | 0 | 11101 | 100101001 | 1010100 | 100110 |
Color Harmonies of #AD10B4
Complementary color
Monochromatic Colors of #AD10B4
Black with #AD10B4
Text Example
Text Example
White with #AD10B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10B4; }
p { color: rgb(173,16,180); }
H1.HeaderClassName
{
color: #AD10B4;
}
.AnyTagClassName
{
color: #AD10B4;
}
</style>
background-color css
<style>
a { background-color: #AD10B4; }
a { background-color: rgb(173,16,180); }
div.DivClassName
{
background-color: #AD10B4;
}
.BgClassName
{
background-color: #AD10B4;
}
</style>
border-color css
<style>
span { border-color: #AD10B4; }
span { border-color: rgb(173,16,180); }
td.TdClassName
{
border-color: #AD10B4;
}
.TagClassName
{
border-color: #AD10B4;
}
</style>