Shades of Dark Magenta #AD019B
Tints of Dark Magenta #AD019B
RGB
CMYK
RGB Variations
Color information
#AD019B (or 0xAD019B) is known color: Dark Magenta. HEX triplet: AD, 01 and 9B. RGB value is (173,1,155). Sum of RGB (Red+Green+Blue) = 173+1+155=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD019B is #52FE64. Grayscale: #454545. Windows color (decimal): -5439077 or 10158509. OLE color: 10158509.
HSL color Cylindrical-coordinate representation of color #AD019B: hue angle of 306.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD019B is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.32 |
| HSL | 306.28º | 0.99% | 0.34% | - |
| HSV(B) | 306.28º | 0.99% | 0.68% | - |
| XYZ | 23.16 | 11.27 | 31.97 | - |
| YUV | 69.98 | 175.98 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 155 | 0 | 0.99 | 0.10 | 0.32 | 306.28 | 0.99 | 0.34 |
| Hex | AD | 1 | 9B | 0 | 63 | A | 20 | 132 | 63 | 22 |
| Octal | 255 | 1 | 233 | 0 | 143 | 12 | 40 | 462 | 143 | 42 |
| Binary | 10101101 | 1 | 10011011 | 0 | 1100011 | 1010 | 100000 | 100110010 | 1100011 | 100010 |
Color Harmonies of #AD019B
Complementary color
Monochromatic Colors of #AD019B
Black with #AD019B
Text Example
Text Example
White with #AD019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD019B; }
p { color: rgb(173,1,155); }
H1.HeaderClassName
{
color: #AD019B;
}
.AnyTagClassName
{
color: #AD019B;
}
</style>
background-color css
<style>
a { background-color: #AD019B; }
a { background-color: rgb(173,1,155); }
div.DivClassName
{
background-color: #AD019B;
}
.BgClassName
{
background-color: #AD019B;
}
</style>
border-color css
<style>
span { border-color: #AD019B; }
span { border-color: rgb(173,1,155); }
td.TdClassName
{
border-color: #AD019B;
}
.TagClassName
{
border-color: #AD019B;
}
</style>