Shades of Dark Magenta #AD14A3
Tints of Dark Magenta #AD14A3
RGB
CMYK
RGB Variations
Color information
#AD14A3 (or 0xAD14A3) is known color: Dark Magenta. HEX triplet: AD, 14 and A3. RGB value is (173,20,163). Sum of RGB (Red+Green+Blue) = 173+20+163=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD14A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD14A3 is #52EB5C. Grayscale: #515151. Windows color (decimal): -5434205 or 10687661. OLE color: 10687661.
HSL color Cylindrical-coordinate representation of color #AD14A3: hue angle of 303.92º 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 #AD14A3 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 163 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.32 |
| HSL | 303.92º | 0.79% | 0.38% | - |
| HSV(B) | 303.92º | 0.88% | 0.68% | - |
| XYZ | 24.09 | 12.03 | 35.7 | - |
| YUV | 82.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 163 | 0 | 0.88 | 0.06 | 0.32 | 303.92 | 0.79 | 0.38 |
| Hex | AD | 14 | A3 | 0 | 58 | 6 | 20 | 130 | 4F | 26 |
| Octal | 255 | 24 | 243 | 0 | 130 | 6 | 40 | 460 | 117 | 46 |
| Binary | 10101101 | 10100 | 10100011 | 0 | 1011000 | 110 | 100000 | 100110000 | 1001111 | 100110 |
Color Harmonies of #AD14A3
Complementary color
Monochromatic Colors of #AD14A3
Black with #AD14A3
Text Example
Text Example
White with #AD14A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14A3; }
p { color: rgb(173,20,163); }
H1.HeaderClassName
{
color: #AD14A3;
}
.AnyTagClassName
{
color: #AD14A3;
}
</style>
background-color css
<style>
a { background-color: #AD14A3; }
a { background-color: rgb(173,20,163); }
div.DivClassName
{
background-color: #AD14A3;
}
.BgClassName
{
background-color: #AD14A3;
}
</style>
border-color css
<style>
span { border-color: #AD14A3; }
span { border-color: rgb(173,20,163); }
td.TdClassName
{
border-color: #AD14A3;
}
.TagClassName
{
border-color: #AD14A3;
}
</style>