Shades of Deep Magenta #AD12B4
Tints of Deep Magenta #AD12B4
RGB
CMYK
RGB Variations
Color information
#AD12B4 (or 0xAD12B4) is known color: Deep Magenta. HEX triplet: AD, 12 and B4. RGB value is (173,18,180). Sum of RGB (Red+Green+Blue) = 173+18+180=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD12B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12B4 is #52ED4B. Grayscale: #525252. Windows color (decimal): -5434700 or 11801261. OLE color: 11801261.
HSL color Cylindrical-coordinate representation of color #AD12B4: hue angle of 297.41º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12B4 is Cyan = 0.04, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 18 | 180 | - |
| CMYK | 0.04 | 0.9 | 0 | 0.29 |
| HSL | 297.41º | 0.82% | 0.39% | - |
| HSV(B) | 297.41º | 0.9% | 0.71% | - |
| XYZ | 25.69 | 12.61 | 44.26 | - |
| YUV | 82.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 180 | 0.04 | 0.9 | 0 | 0.29 | 297.41 | 0.82 | 0.39 |
| Hex | AD | 12 | B4 | 4 | 5A | 0 | 1D | 129 | 52 | 27 |
| Octal | 255 | 22 | 264 | 4 | 132 | 0 | 35 | 451 | 122 | 47 |
| Binary | 10101101 | 10010 | 10110100 | 100 | 1011010 | 0 | 11101 | 100101001 | 1010010 | 100111 |
Color Harmonies of #AD12B4
Complementary color
Monochromatic Colors of #AD12B4
Black with #AD12B4
Text Example
Text Example
White with #AD12B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12B4; }
p { color: rgb(173,18,180); }
H1.HeaderClassName
{
color: #AD12B4;
}
.AnyTagClassName
{
color: #AD12B4;
}
</style>
background-color css
<style>
a { background-color: #AD12B4; }
a { background-color: rgb(173,18,180); }
div.DivClassName
{
background-color: #AD12B4;
}
.BgClassName
{
background-color: #AD12B4;
}
</style>
border-color css
<style>
span { border-color: #AD12B4; }
span { border-color: rgb(173,18,180); }
td.TdClassName
{
border-color: #AD12B4;
}
.TagClassName
{
border-color: #AD12B4;
}
</style>