Shades of Dark Violet #A009E5
Tints of Dark Violet #A009E5
RGB
CMYK
RGB Variations
Color information
#A009E5 (or 0xA009E5) is known color: Dark Violet. HEX triplet: A0, 09 and E5. RGB value is (160,9,229). Sum of RGB (Red+Green+Blue) = 160+9+229=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #A009E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009E5 is #5FF61A. Grayscale: #4E4E4E. Windows color (decimal): -6288923 or 15010208. OLE color: 15010208.
HSL color Cylindrical-coordinate representation of color #A009E5: hue angle of 281.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A009E5 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 9 | 229 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.10 |
| HSL | 281.18º | 0.92% | 0.47% | - |
| HSV(B) | 281.18º | 0.96% | 0.9% | - |
| XYZ | 28.74 | 13.33 | 75.19 | - |
| YUV | 79.23 | 212.53 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 229 | 0.30 | 0.96 | 0 | 0.10 | 281.18 | 0.92 | 0.47 |
| Hex | A0 | 9 | E5 | 1E | 60 | 0 | A | 119 | 5C | 2F |
| Octal | 240 | 11 | 345 | 36 | 140 | 0 | 12 | 431 | 134 | 57 |
| Binary | 10100000 | 1001 | 11100101 | 11110 | 1100000 | 0 | 1010 | 100011001 | 1011100 | 101111 |
Color Harmonies of #A009E5
Complementary color
Monochromatic Colors of #A009E5
Black with #A009E5
Text Example
Text Example
White with #A009E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009E5; }
p { color: rgb(160,9,229); }
H1.HeaderClassName
{
color: #A009E5;
}
.AnyTagClassName
{
color: #A009E5;
}
</style>
background-color css
<style>
a { background-color: #A009E5; }
a { background-color: rgb(160,9,229); }
div.DivClassName
{
background-color: #A009E5;
}
.BgClassName
{
background-color: #A009E5;
}
</style>
border-color css
<style>
span { border-color: #A009E5; }
span { border-color: rgb(160,9,229); }
td.TdClassName
{
border-color: #A009E5;
}
.TagClassName
{
border-color: #A009E5;
}
</style>