Shades of Deep Magenta #AD18AB
Tints of Deep Magenta #AD18AB
RGB
CMYK
RGB Variations
Color information
#AD18AB (or 0xAD18AB) is known color: Deep Magenta. HEX triplet: AD, 18 and AB. RGB value is (173,24,171). Sum of RGB (Red+Green+Blue) = 173+24+171=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD18AB is #52E754. Grayscale: #545454. Windows color (decimal): -5433173 or 11212973. OLE color: 11212973.
HSL color Cylindrical-coordinate representation of color #AD18AB: hue angle of 300.81º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD18AB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 171 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.32 |
| HSL | 300.81º | 0.76% | 0.39% | - |
| HSV(B) | 300.81º | 0.86% | 0.68% | - |
| XYZ | 24.91 | 12.48 | 39.62 | - |
| YUV | 85.31 | 176.36 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 171 | 0 | 0.86 | 0.01 | 0.32 | 300.81 | 0.76 | 0.39 |
| Hex | AD | 18 | AB | 0 | 56 | 1 | 20 | 12D | 4C | 27 |
| Octal | 255 | 30 | 253 | 0 | 126 | 1 | 40 | 455 | 114 | 47 |
| Binary | 10101101 | 11000 | 10101011 | 0 | 1010110 | 1 | 100000 | 100101101 | 1001100 | 100111 |
Color Harmonies of #AD18AB
Complementary color
Monochromatic Colors of #AD18AB
Black with #AD18AB
Text Example
Text Example
White with #AD18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD18AB; }
p { color: rgb(173,24,171); }
H1.HeaderClassName
{
color: #AD18AB;
}
.AnyTagClassName
{
color: #AD18AB;
}
</style>
background-color css
<style>
a { background-color: #AD18AB; }
a { background-color: rgb(173,24,171); }
div.DivClassName
{
background-color: #AD18AB;
}
.BgClassName
{
background-color: #AD18AB;
}
</style>
border-color css
<style>
span { border-color: #AD18AB; }
span { border-color: rgb(173,24,171); }
td.TdClassName
{
border-color: #AD18AB;
}
.TagClassName
{
border-color: #AD18AB;
}
</style>