Shades of Deep Magenta #AD12B3
Tints of Deep Magenta #AD12B3
RGB
CMYK
RGB Variations
Color information
#AD12B3 (or 0xAD12B3) is known color: Deep Magenta. HEX triplet: AD, 12 and B3. RGB value is (173,18,179). Sum of RGB (Red+Green+Blue) = 173+18+179=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD12B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12B3 is #52ED4C. Grayscale: #525252. Windows color (decimal): -5434701 or 11735725. OLE color: 11735725.
HSL color Cylindrical-coordinate representation of color #AD12B3: hue angle of 297.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12B3 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 18 | 179 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.30 |
| HSL | 297.76º | 0.82% | 0.39% | - |
| HSV(B) | 297.76º | 0.9% | 0.7% | - |
| XYZ | 25.59 | 12.57 | 43.73 | - |
| YUV | 82.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 179 | 0.03 | 0.90 | 0 | 0.30 | 297.76 | 0.82 | 0.39 |
| Hex | AD | 12 | B3 | 3 | 5A | 0 | 1E | 12A | 52 | 27 |
| Octal | 255 | 22 | 263 | 3 | 132 | 0 | 36 | 452 | 122 | 47 |
| Binary | 10101101 | 10010 | 10110011 | 11 | 1011010 | 0 | 11110 | 100101010 | 1010010 | 100111 |
Color Harmonies of #AD12B3
Complementary color
Monochromatic Colors of #AD12B3
Black with #AD12B3
Text Example
Text Example
White with #AD12B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12B3; }
p { color: rgb(173,18,179); }
H1.HeaderClassName
{
color: #AD12B3;
}
.AnyTagClassName
{
color: #AD12B3;
}
</style>
background-color css
<style>
a { background-color: #AD12B3; }
a { background-color: rgb(173,18,179); }
div.DivClassName
{
background-color: #AD12B3;
}
.BgClassName
{
background-color: #AD12B3;
}
</style>
border-color css
<style>
span { border-color: #AD12B3; }
span { border-color: rgb(173,18,179); }
td.TdClassName
{
border-color: #AD12B3;
}
.TagClassName
{
border-color: #AD12B3;
}
</style>