Shades of Dark Magenta #AD14A2
Tints of Dark Magenta #AD14A2
RGB
CMYK
RGB Variations
Color information
#AD14A2 (or 0xAD14A2) is known color: Dark Magenta. HEX triplet: AD, 14 and A2. RGB value is (173,20,162). Sum of RGB (Red+Green+Blue) = 173+20+162=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD14A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD14A2 is #52EB5D. Grayscale: #515151. Windows color (decimal): -5434206 or 10622125. OLE color: 10622125.
HSL color Cylindrical-coordinate representation of color #AD14A2: hue angle of 304.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD14A2 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 162 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.32 |
| HSL | 304.31º | 0.79% | 0.38% | - |
| HSV(B) | 304.31º | 0.88% | 0.68% | - |
| XYZ | 24.01 | 11.99 | 35.23 | - |
| YUV | 81.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 162 | 0 | 0.88 | 0.06 | 0.32 | 304.31 | 0.79 | 0.38 |
| Hex | AD | 14 | A2 | 0 | 58 | 6 | 20 | 130 | 4F | 26 |
| Octal | 255 | 24 | 242 | 0 | 130 | 6 | 40 | 460 | 117 | 46 |
| Binary | 10101101 | 10100 | 10100010 | 0 | 1011000 | 110 | 100000 | 100110000 | 1001111 | 100110 |
Color Harmonies of #AD14A2
Complementary color
Monochromatic Colors of #AD14A2
Black with #AD14A2
Text Example
Text Example
White with #AD14A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14A2; }
p { color: rgb(173,20,162); }
H1.HeaderClassName
{
color: #AD14A2;
}
.AnyTagClassName
{
color: #AD14A2;
}
</style>
background-color css
<style>
a { background-color: #AD14A2; }
a { background-color: rgb(173,20,162); }
div.DivClassName
{
background-color: #AD14A2;
}
.BgClassName
{
background-color: #AD14A2;
}
</style>
border-color css
<style>
span { border-color: #AD14A2; }
span { border-color: rgb(173,20,162); }
td.TdClassName
{
border-color: #AD14A2;
}
.TagClassName
{
border-color: #AD14A2;
}
</style>