Shades of Dark Violet #A00AED
Tints of Dark Violet #A00AED
RGB
CMYK
RGB Variations
Color information
#A00AED (or 0xA00AED) is known color: Dark Violet. HEX triplet: A0, 0A and ED. RGB value is (160,10,237). Sum of RGB (Red+Green+Blue) = 160+10+237=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #A00AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AED is #5FF512. Grayscale: #4F4F4F. Windows color (decimal): -6288659 or 15534752. OLE color: 15534752.
HSL color Cylindrical-coordinate representation of color #A00AED: hue angle of 279.65º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00AED is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 10 | 237 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.07 |
| HSL | 279.65º | 0.92% | 0.48% | - |
| HSV(B) | 279.65º | 0.96% | 0.93% | - |
| XYZ | 29.89 | 13.81 | 81.21 | - |
| YUV | 80.73 | 216.2 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 237 | 0.32 | 0.96 | 0 | 0.07 | 279.65 | 0.92 | 0.48 |
| Hex | A0 | A | ED | 20 | 60 | 0 | 7 | 118 | 5C | 30 |
| Octal | 240 | 12 | 355 | 40 | 140 | 0 | 7 | 430 | 134 | 60 |
| Binary | 10100000 | 1010 | 11101101 | 100000 | 1100000 | 0 | 111 | 100011000 | 1011100 | 110000 |
Color Harmonies of #A00AED
Complementary color
Monochromatic Colors of #A00AED
Black with #A00AED
Text Example
Text Example
White with #A00AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AED; }
p { color: rgb(160,10,237); }
H1.HeaderClassName
{
color: #A00AED;
}
.AnyTagClassName
{
color: #A00AED;
}
</style>
background-color css
<style>
a { background-color: #A00AED; }
a { background-color: rgb(160,10,237); }
div.DivClassName
{
background-color: #A00AED;
}
.BgClassName
{
background-color: #A00AED;
}
</style>
border-color css
<style>
span { border-color: #A00AED; }
span { border-color: rgb(160,10,237); }
td.TdClassName
{
border-color: #A00AED;
}
.TagClassName
{
border-color: #A00AED;
}
</style>