Shades of Dark Violet #A009EC
Tints of Dark Violet #A009EC
RGB
CMYK
RGB Variations
Color information
#A009EC (or 0xA009EC) is known color: Dark Violet. HEX triplet: A0, 09 and EC. RGB value is (160,9,236). Sum of RGB (Red+Green+Blue) = 160+9+236=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #A009EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A009EC is #5FF613. Grayscale: #4F4F4F. Windows color (decimal): -6288916 or 15468960. OLE color: 15468960.
HSL color Cylindrical-coordinate representation of color #A009EC: hue angle of 279.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A009EC is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 9 | 236 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.07 |
| HSL | 279.91º | 0.93% | 0.48% | - |
| HSV(B) | 279.91º | 0.96% | 0.93% | - |
| XYZ | 29.74 | 13.73 | 80.44 | - |
| YUV | 80.03 | 216.03 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 236 | 0.32 | 0.96 | 0 | 0.07 | 279.91 | 0.93 | 0.48 |
| Hex | A0 | 9 | EC | 20 | 60 | 0 | 7 | 118 | 5D | 30 |
| Octal | 240 | 11 | 354 | 40 | 140 | 0 | 7 | 430 | 135 | 60 |
| Binary | 10100000 | 1001 | 11101100 | 100000 | 1100000 | 0 | 111 | 100011000 | 1011101 | 110000 |
Color Harmonies of #A009EC
Complementary color
Monochromatic Colors of #A009EC
Black with #A009EC
Text Example
Text Example
White with #A009EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009EC; }
p { color: rgb(160,9,236); }
H1.HeaderClassName
{
color: #A009EC;
}
.AnyTagClassName
{
color: #A009EC;
}
</style>
background-color css
<style>
a { background-color: #A009EC; }
a { background-color: rgb(160,9,236); }
div.DivClassName
{
background-color: #A009EC;
}
.BgClassName
{
background-color: #A009EC;
}
</style>
border-color css
<style>
span { border-color: #A009EC; }
span { border-color: rgb(160,9,236); }
td.TdClassName
{
border-color: #A009EC;
}
.TagClassName
{
border-color: #A009EC;
}
</style>