Shades of Dark Magenta #A509AD
Tints of Dark Magenta #A509AD
RGB
CMYK
RGB Variations
Color information
#A509AD (or 0xA509AD) is known color: Dark Magenta. HEX triplet: A5, 09 and AD. RGB value is (165,9,173). Sum of RGB (Red+Green+Blue) = 165+9+173=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #A509AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A509AD is #5AF652. Grayscale: #494949. Windows color (decimal): -5961299 or 11340197. OLE color: 11340197.
HSL color Cylindrical-coordinate representation of color #A509AD: hue angle of 297.07º 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 #A509AD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 9 | 173 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.32 |
| HSL | 297.07º | 0.9% | 0.36% | - |
| HSV(B) | 297.07º | 0.95% | 0.68% | - |
| XYZ | 23.16 | 11.21 | 40.48 | - |
| YUV | 74.34 | 183.68 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 173 | 0.05 | 0.95 | 0 | 0.32 | 297.07 | 0.9 | 0.36 |
| Hex | A5 | 9 | AD | 5 | 5F | 0 | 20 | 129 | 5A | 24 |
| Octal | 245 | 11 | 255 | 5 | 137 | 0 | 40 | 451 | 132 | 44 |
| Binary | 10100101 | 1001 | 10101101 | 101 | 1011111 | 0 | 100000 | 100101001 | 1011010 | 100100 |
Color Harmonies of #A509AD
Complementary color
Monochromatic Colors of #A509AD
Black with #A509AD
Text Example
Text Example
White with #A509AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A509AD; }
p { color: rgb(165,9,173); }
H1.HeaderClassName
{
color: #A509AD;
}
.AnyTagClassName
{
color: #A509AD;
}
</style>
background-color css
<style>
a { background-color: #A509AD; }
a { background-color: rgb(165,9,173); }
div.DivClassName
{
background-color: #A509AD;
}
.BgClassName
{
background-color: #A509AD;
}
</style>
border-color css
<style>
span { border-color: #A509AD; }
span { border-color: rgb(165,9,173); }
td.TdClassName
{
border-color: #A509AD;
}
.TagClassName
{
border-color: #A509AD;
}
</style>