Shades of Dark Magenta #A005AB
Tints of Dark Magenta #A005AB
RGB
CMYK
RGB Variations
Color information
#A005AB (or 0xA005AB) is known color: Dark Magenta. HEX triplet: A0, 05 and AB. RGB value is (160,5,171). Sum of RGB (Red+Green+Blue) = 160+5+171=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #A005AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005AB is #5FFA54. Grayscale: #454545. Windows color (decimal): -6290005 or 11208096. OLE color: 11208096.
HSL color Cylindrical-coordinate representation of color #A005AB: hue angle of 296.02º 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 #A005AB is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 5 | 171 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.33 |
| HSL | 296.02º | 0.94% | 0.35% | - |
| HSV(B) | 296.02º | 0.97% | 0.67% | - |
| XYZ | 21.9 | 10.52 | 39.4 | - |
| YUV | 70.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 171 | 0.06 | 0.97 | 0 | 0.33 | 296.02 | 0.94 | 0.35 |
| Hex | A0 | 5 | AB | 6 | 61 | 0 | 21 | 128 | 5E | 23 |
| Octal | 240 | 5 | 253 | 6 | 141 | 0 | 41 | 450 | 136 | 43 |
| Binary | 10100000 | 101 | 10101011 | 110 | 1100001 | 0 | 100001 | 100101000 | 1011110 | 100011 |
Color Harmonies of #A005AB
Complementary color
Monochromatic Colors of #A005AB
Black with #A005AB
Text Example
Text Example
White with #A005AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005AB; }
p { color: rgb(160,5,171); }
H1.HeaderClassName
{
color: #A005AB;
}
.AnyTagClassName
{
color: #A005AB;
}
</style>
background-color css
<style>
a { background-color: #A005AB; }
a { background-color: rgb(160,5,171); }
div.DivClassName
{
background-color: #A005AB;
}
.BgClassName
{
background-color: #A005AB;
}
</style>
border-color css
<style>
span { border-color: #A005AB; }
span { border-color: rgb(160,5,171); }
td.TdClassName
{
border-color: #A005AB;
}
.TagClassName
{
border-color: #A005AB;
}
</style>