Shades of Dark Violet #A009CE
Tints of Dark Violet #A009CE
RGB
CMYK
RGB Variations
Color information
#A009CE (or 0xA009CE) is known color: Dark Violet. HEX triplet: A0, 09 and CE. RGB value is (160,9,206). Sum of RGB (Red+Green+Blue) = 160+9+206=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #A009CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009CE is #5FF631. Grayscale: #4B4B4B. Windows color (decimal): -6288946 or 13502880. OLE color: 13502880.
HSL color Cylindrical-coordinate representation of color #A009CE: hue angle of 285.99º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A009CE is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 9 | 206 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.19 |
| HSL | 285.99º | 0.92% | 0.42% | - |
| HSV(B) | 285.99º | 0.96% | 0.81% | - |
| XYZ | 25.74 | 12.13 | 59.38 | - |
| YUV | 76.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 206 | 0.22 | 0.96 | 0 | 0.19 | 285.99 | 0.92 | 0.42 |
| Hex | A0 | 9 | CE | 16 | 60 | 0 | 13 | 11E | 5C | 2A |
| Octal | 240 | 11 | 316 | 26 | 140 | 0 | 23 | 436 | 134 | 52 |
| Binary | 10100000 | 1001 | 11001110 | 10110 | 1100000 | 0 | 10011 | 100011110 | 1011100 | 101010 |
Color Harmonies of #A009CE
Complementary color
Monochromatic Colors of #A009CE
Black with #A009CE
Text Example
Text Example
White with #A009CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009CE; }
p { color: rgb(160,9,206); }
H1.HeaderClassName
{
color: #A009CE;
}
.AnyTagClassName
{
color: #A009CE;
}
</style>
background-color css
<style>
a { background-color: #A009CE; }
a { background-color: rgb(160,9,206); }
div.DivClassName
{
background-color: #A009CE;
}
.BgClassName
{
background-color: #A009CE;
}
</style>
border-color css
<style>
span { border-color: #A009CE; }
span { border-color: rgb(160,9,206); }
td.TdClassName
{
border-color: #A009CE;
}
.TagClassName
{
border-color: #A009CE;
}
</style>