Shades of Dark Magenta #A819AB
Tints of Dark Magenta #A819AB
RGB
CMYK
RGB Variations
Color information
#A819AB (or 0xA819AB) is known color: Dark Magenta. HEX triplet: A8, 19 and AB. RGB value is (168,25,171). Sum of RGB (Red+Green+Blue) = 168+25+171=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #A819AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A819AB is #57E654. Grayscale: #535353. Windows color (decimal): -5760597 or 11213224. OLE color: 11213224.
HSL color Cylindrical-coordinate representation of color #A819AB: hue angle of 298.77º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A819AB is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 25 | 171 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.33 |
| HSL | 298.77º | 0.74% | 0.38% | - |
| HSV(B) | 298.77º | 0.85% | 0.67% | - |
| XYZ | 23.85 | 11.96 | 39.58 | - |
| YUV | 84.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 171 | 0.02 | 0.85 | 0 | 0.33 | 298.77 | 0.74 | 0.38 |
| Hex | A8 | 19 | AB | 2 | 55 | 0 | 21 | 12B | 4A | 26 |
| Octal | 250 | 31 | 253 | 2 | 125 | 0 | 41 | 453 | 112 | 46 |
| Binary | 10101000 | 11001 | 10101011 | 10 | 1010101 | 0 | 100001 | 100101011 | 1001010 | 100110 |
Color Harmonies of #A819AB
Complementary color
Monochromatic Colors of #A819AB
Black with #A819AB
Text Example
Text Example
White with #A819AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819AB; }
p { color: rgb(168,25,171); }
H1.HeaderClassName
{
color: #A819AB;
}
.AnyTagClassName
{
color: #A819AB;
}
</style>
background-color css
<style>
a { background-color: #A819AB; }
a { background-color: rgb(168,25,171); }
div.DivClassName
{
background-color: #A819AB;
}
.BgClassName
{
background-color: #A819AB;
}
</style>
border-color css
<style>
span { border-color: #A819AB; }
span { border-color: rgb(168,25,171); }
td.TdClassName
{
border-color: #A819AB;
}
.TagClassName
{
border-color: #A819AB;
}
</style>