Shades of Dark Violet #A80AE8
Tints of Dark Violet #A80AE8
RGB
CMYK
RGB Variations
Color information
#A80AE8 (or 0xA80AE8) is known color: Dark Violet. HEX triplet: A8, 0A and E8. RGB value is (168,10,232). Sum of RGB (Red+Green+Blue) = 168+10+232=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 232 (91.02% from 255 or 56.59% from 410); Max value from RGB is 232 - color contains mainly: blue. Hex color #A80AE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AE8 is #57F517. Grayscale: #515151. Windows color (decimal): -5764376 or 15207080. OLE color: 15207080.
HSL color Cylindrical-coordinate representation of color #A80AE8: hue angle of 282.7º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AE8 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 10 | 232 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.09 |
| HSL | 282.7º | 0.92% | 0.47% | - |
| HSV(B) | 282.7º | 0.96% | 0.91% | - |
| XYZ | 30.82 | 14.37 | 77.49 | - |
| YUV | 82.55 | 212.35 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 232 | 0.28 | 0.96 | 0 | 0.09 | 282.7 | 0.92 | 0.47 |
| Hex | A8 | A | E8 | 1C | 60 | 0 | 9 | 11B | 5C | 2F |
| Octal | 250 | 12 | 350 | 34 | 140 | 0 | 11 | 433 | 134 | 57 |
| Binary | 10101000 | 1010 | 11101000 | 11100 | 1100000 | 0 | 1001 | 100011011 | 1011100 | 101111 |
Color Harmonies of #A80AE8
Complementary color
Monochromatic Colors of #A80AE8
Black with #A80AE8
Text Example
Text Example
White with #A80AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AE8; }
p { color: rgb(168,10,232); }
H1.HeaderClassName
{
color: #A80AE8;
}
.AnyTagClassName
{
color: #A80AE8;
}
</style>
background-color css
<style>
a { background-color: #A80AE8; }
a { background-color: rgb(168,10,232); }
div.DivClassName
{
background-color: #A80AE8;
}
.BgClassName
{
background-color: #A80AE8;
}
</style>
border-color css
<style>
span { border-color: #A80AE8; }
span { border-color: rgb(168,10,232); }
td.TdClassName
{
border-color: #A80AE8;
}
.TagClassName
{
border-color: #A80AE8;
}
</style>