Shades of Dark Violet #A00ED8
Tints of Dark Violet #A00ED8
RGB
CMYK
RGB Variations
Color information
#A00ED8 (or 0xA00ED8) is known color: Dark Violet. HEX triplet: A0, 0E and D8. RGB value is (160,14,216). Sum of RGB (Red+Green+Blue) = 160+14+216=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #A00ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ED8 is #5FF127. Grayscale: #505050. Windows color (decimal): -6287656 or 14159520. OLE color: 14159520.
HSL color Cylindrical-coordinate representation of color #A00ED8: hue angle of 283.37º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00ED8 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 14 | 216 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.15 |
| HSL | 283.37º | 0.88% | 0.45% | - |
| HSV(B) | 283.37º | 0.94% | 0.85% | - |
| XYZ | 27.05 | 12.75 | 66 | - |
| YUV | 80.68 | 204.37 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 216 | 0.26 | 0.94 | 0 | 0.15 | 283.37 | 0.88 | 0.45 |
| Hex | A0 | E | D8 | 1A | 5E | 0 | F | 11B | 58 | 2D |
| Octal | 240 | 16 | 330 | 32 | 136 | 0 | 17 | 433 | 130 | 55 |
| Binary | 10100000 | 1110 | 11011000 | 11010 | 1011110 | 0 | 1111 | 100011011 | 1011000 | 101101 |
Color Harmonies of #A00ED8
Complementary color
Monochromatic Colors of #A00ED8
Black with #A00ED8
Text Example
Text Example
White with #A00ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00ED8; }
p { color: rgb(160,14,216); }
H1.HeaderClassName
{
color: #A00ED8;
}
.AnyTagClassName
{
color: #A00ED8;
}
</style>
background-color css
<style>
a { background-color: #A00ED8; }
a { background-color: rgb(160,14,216); }
div.DivClassName
{
background-color: #A00ED8;
}
.BgClassName
{
background-color: #A00ED8;
}
</style>
border-color css
<style>
span { border-color: #A00ED8; }
span { border-color: rgb(160,14,216); }
td.TdClassName
{
border-color: #A00ED8;
}
.TagClassName
{
border-color: #A00ED8;
}
</style>