Shades of Dark Magenta #A805AB
Tints of Dark Magenta #A805AB
RGB
CMYK
RGB Variations
Color information
#A805AB (or 0xA805AB) is known color: Dark Magenta. HEX triplet: A8, 05 and AB. RGB value is (168,5,171). Sum of RGB (Red+Green+Blue) = 168+5+171=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #A805AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A805AB is #57FA54. Grayscale: #484848. Windows color (decimal): -5765717 or 11208104. OLE color: 11208104.
HSL color Cylindrical-coordinate representation of color #A805AB: hue angle of 298.92º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805AB is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 5 | 171 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.33 |
| HSL | 298.92º | 0.94% | 0.35% | - |
| HSV(B) | 298.92º | 0.97% | 0.67% | - |
| XYZ | 23.55 | 11.37 | 39.48 | - |
| YUV | 72.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 171 | 0.02 | 0.97 | 0 | 0.33 | 298.92 | 0.94 | 0.35 |
| Hex | A8 | 5 | AB | 2 | 61 | 0 | 21 | 12B | 5E | 23 |
| Octal | 250 | 5 | 253 | 2 | 141 | 0 | 41 | 453 | 136 | 43 |
| Binary | 10101000 | 101 | 10101011 | 10 | 1100001 | 0 | 100001 | 100101011 | 1011110 | 100011 |
Color Harmonies of #A805AB
Complementary color
Monochromatic Colors of #A805AB
Black with #A805AB
Text Example
Text Example
White with #A805AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805AB; }
p { color: rgb(168,5,171); }
H1.HeaderClassName
{
color: #A805AB;
}
.AnyTagClassName
{
color: #A805AB;
}
</style>
background-color css
<style>
a { background-color: #A805AB; }
a { background-color: rgb(168,5,171); }
div.DivClassName
{
background-color: #A805AB;
}
.BgClassName
{
background-color: #A805AB;
}
</style>
border-color css
<style>
span { border-color: #A805AB; }
span { border-color: rgb(168,5,171); }
td.TdClassName
{
border-color: #A805AB;
}
.TagClassName
{
border-color: #A805AB;
}
</style>