Shades of Dark Violet #A00FE9
Tints of Dark Violet #A00FE9
RGB
CMYK
RGB Variations
Color information
#A00FE9 (or 0xA00FE9) is known color: Dark Violet. HEX triplet: A0, 0F and E9. RGB value is (160,15,233). Sum of RGB (Red+Green+Blue) = 160+15+233=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #A00FE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FE9 is #5FF016. Grayscale: #525252. Windows color (decimal): -6287383 or 15273888. OLE color: 15273888.
HSL color Cylindrical-coordinate representation of color #A00FE9: hue angle of 279.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FE9 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 15 | 233 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.09 |
| HSL | 279.91º | 0.88% | 0.49% | - |
| HSV(B) | 279.91º | 0.94% | 0.91% | - |
| XYZ | 29.38 | 13.7 | 78.19 | - |
| YUV | 83.21 | 212.54 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 233 | 0.31 | 0.94 | 0 | 0.09 | 279.91 | 0.88 | 0.49 |
| Hex | A0 | F | E9 | 1F | 5E | 0 | 9 | 118 | 58 | 31 |
| Octal | 240 | 17 | 351 | 37 | 136 | 0 | 11 | 430 | 130 | 61 |
| Binary | 10100000 | 1111 | 11101001 | 11111 | 1011110 | 0 | 1001 | 100011000 | 1011000 | 110001 |
Color Harmonies of #A00FE9
Complementary color
Monochromatic Colors of #A00FE9
Black with #A00FE9
Text Example
Text Example
White with #A00FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FE9; }
p { color: rgb(160,15,233); }
H1.HeaderClassName
{
color: #A00FE9;
}
.AnyTagClassName
{
color: #A00FE9;
}
</style>
background-color css
<style>
a { background-color: #A00FE9; }
a { background-color: rgb(160,15,233); }
div.DivClassName
{
background-color: #A00FE9;
}
.BgClassName
{
background-color: #A00FE9;
}
</style>
border-color css
<style>
span { border-color: #A00FE9; }
span { border-color: rgb(160,15,233); }
td.TdClassName
{
border-color: #A00FE9;
}
.TagClassName
{
border-color: #A00FE9;
}
</style>