Shades of Dark Magenta #A009AD
Tints of Dark Magenta #A009AD
RGB
CMYK
RGB Variations
Color information
#A009AD (or 0xA009AD) is known color: Dark Magenta. HEX triplet: A0, 09 and AD. RGB value is (160,9,173). Sum of RGB (Red+Green+Blue) = 160+9+173=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #A009AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A009AD is #5FF652. Grayscale: #484848. Windows color (decimal): -6288979 or 11340192. OLE color: 11340192.
HSL color Cylindrical-coordinate representation of color #A009AD: hue angle of 295.24º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A009AD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 9 | 173 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.32 |
| HSL | 295.24º | 0.9% | 0.36% | - |
| HSV(B) | 295.24º | 0.95% | 0.68% | - |
| XYZ | 22.14 | 10.69 | 40.43 | - |
| YUV | 72.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 173 | 0.08 | 0.95 | 0 | 0.32 | 295.24 | 0.9 | 0.36 |
| Hex | A0 | 9 | AD | 8 | 5F | 0 | 20 | 127 | 5A | 24 |
| Octal | 240 | 11 | 255 | 10 | 137 | 0 | 40 | 447 | 132 | 44 |
| Binary | 10100000 | 1001 | 10101101 | 1000 | 1011111 | 0 | 100000 | 100100111 | 1011010 | 100100 |
Color Harmonies of #A009AD
Complementary color
Monochromatic Colors of #A009AD
Black with #A009AD
Text Example
Text Example
White with #A009AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009AD; }
p { color: rgb(160,9,173); }
H1.HeaderClassName
{
color: #A009AD;
}
.AnyTagClassName
{
color: #A009AD;
}
</style>
background-color css
<style>
a { background-color: #A009AD; }
a { background-color: rgb(160,9,173); }
div.DivClassName
{
background-color: #A009AD;
}
.BgClassName
{
background-color: #A009AD;
}
</style>
border-color css
<style>
span { border-color: #A009AD; }
span { border-color: rgb(160,9,173); }
td.TdClassName
{
border-color: #A009AD;
}
.TagClassName
{
border-color: #A009AD;
}
</style>