Shades of Dark Magenta #A509A8
Tints of Dark Magenta #A509A8
RGB
CMYK
RGB Variations
Color information
#A509A8 (or 0xA509A8) is known color: Dark Magenta. HEX triplet: A5, 09 and A8. RGB value is (165,9,168). Sum of RGB (Red+Green+Blue) = 165+9+168=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 168 - color contains mainly: blue. Hex color #A509A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A509A8 is #5AF657. Grayscale: #494949. Windows color (decimal): -5961304 or 11012517. OLE color: 11012517.
HSL color Cylindrical-coordinate representation of color #A509A8: hue angle of 298.87º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A509A8 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 9 | 168 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.34 |
| HSL | 298.87º | 0.9% | 0.35% | - |
| HSV(B) | 298.87º | 0.95% | 0.66% | - |
| XYZ | 22.68 | 11.02 | 37.98 | - |
| YUV | 73.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 168 | 0.02 | 0.95 | 0 | 0.34 | 298.87 | 0.9 | 0.35 |
| Hex | A5 | 9 | A8 | 2 | 5F | 0 | 22 | 12B | 5A | 23 |
| Octal | 245 | 11 | 250 | 2 | 137 | 0 | 42 | 453 | 132 | 43 |
| Binary | 10100101 | 1001 | 10101000 | 10 | 1011111 | 0 | 100010 | 100101011 | 1011010 | 100011 |
Color Harmonies of #A509A8
Complementary color
Monochromatic Colors of #A509A8
Black with #A509A8
Text Example
Text Example
White with #A509A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A509A8; }
p { color: rgb(165,9,168); }
H1.HeaderClassName
{
color: #A509A8;
}
.AnyTagClassName
{
color: #A509A8;
}
</style>
background-color css
<style>
a { background-color: #A509A8; }
a { background-color: rgb(165,9,168); }
div.DivClassName
{
background-color: #A509A8;
}
.BgClassName
{
background-color: #A509A8;
}
</style>
border-color css
<style>
span { border-color: #A509A8; }
span { border-color: rgb(165,9,168); }
td.TdClassName
{
border-color: #A509A8;
}
.TagClassName
{
border-color: #A509A8;
}
</style>