Shades of Dark Violet #A00DE5
Tints of Dark Violet #A00DE5
RGB
CMYK
RGB Variations
Color information
#A00DE5 (or 0xA00DE5) is known color: Dark Violet. HEX triplet: A0, 0D and E5. RGB value is (160,13,229). Sum of RGB (Red+Green+Blue) = 160+13+229=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #A00DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DE5 is #5FF21A. Grayscale: #505050. Windows color (decimal): -6287899 or 15011232. OLE color: 15011232.
HSL color Cylindrical-coordinate representation of color #A00DE5: hue angle of 280.83º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00DE5 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 13 | 229 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.10 |
| HSL | 280.83º | 0.89% | 0.47% | - |
| HSV(B) | 280.83º | 0.94% | 0.9% | - |
| XYZ | 28.78 | 13.42 | 75.2 | - |
| YUV | 81.58 | 211.2 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 229 | 0.30 | 0.94 | 0 | 0.10 | 280.83 | 0.89 | 0.47 |
| Hex | A0 | D | E5 | 1E | 5E | 0 | A | 119 | 59 | 2F |
| Octal | 240 | 15 | 345 | 36 | 136 | 0 | 12 | 431 | 131 | 57 |
| Binary | 10100000 | 1101 | 11100101 | 11110 | 1011110 | 0 | 1010 | 100011001 | 1011001 | 101111 |
Color Harmonies of #A00DE5
Complementary color
Monochromatic Colors of #A00DE5
Black with #A00DE5
Text Example
Text Example
White with #A00DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DE5; }
p { color: rgb(160,13,229); }
H1.HeaderClassName
{
color: #A00DE5;
}
.AnyTagClassName
{
color: #A00DE5;
}
</style>
background-color css
<style>
a { background-color: #A00DE5; }
a { background-color: rgb(160,13,229); }
div.DivClassName
{
background-color: #A00DE5;
}
.BgClassName
{
background-color: #A00DE5;
}
</style>
border-color css
<style>
span { border-color: #A00DE5; }
span { border-color: rgb(160,13,229); }
td.TdClassName
{
border-color: #A00DE5;
}
.TagClassName
{
border-color: #A00DE5;
}
</style>