Shades of Dark Violet #A80AE6
Tints of Dark Violet #A80AE6
RGB
CMYK
RGB Variations
Color information
#A80AE6 (or 0xA80AE6) is known color: Dark Violet. HEX triplet: A8, 0A and E6. RGB value is (168,10,230). Sum of RGB (Red+Green+Blue) = 168+10+230=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #A80AE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AE6 is #57F519. Grayscale: #515151. Windows color (decimal): -5764378 or 15076008. OLE color: 15076008.
HSL color Cylindrical-coordinate representation of color #A80AE6: hue angle of 283.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AE6 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 10 | 230 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.10 |
| HSL | 283.09º | 0.92% | 0.47% | - |
| HSV(B) | 283.09º | 0.96% | 0.9% | - |
| XYZ | 30.54 | 14.26 | 76 | - |
| YUV | 82.32 | 211.35 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 230 | 0.27 | 0.96 | 0 | 0.10 | 283.09 | 0.92 | 0.47 |
| Hex | A8 | A | E6 | 1B | 60 | 0 | A | 11B | 5C | 2F |
| Octal | 250 | 12 | 346 | 33 | 140 | 0 | 12 | 433 | 134 | 57 |
| Binary | 10101000 | 1010 | 11100110 | 11011 | 1100000 | 0 | 1010 | 100011011 | 1011100 | 101111 |
Color Harmonies of #A80AE6
Complementary color
Monochromatic Colors of #A80AE6
Black with #A80AE6
Text Example
Text Example
White with #A80AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AE6; }
p { color: rgb(168,10,230); }
H1.HeaderClassName
{
color: #A80AE6;
}
.AnyTagClassName
{
color: #A80AE6;
}
</style>
background-color css
<style>
a { background-color: #A80AE6; }
a { background-color: rgb(168,10,230); }
div.DivClassName
{
background-color: #A80AE6;
}
.BgClassName
{
background-color: #A80AE6;
}
</style>
border-color css
<style>
span { border-color: #A80AE6; }
span { border-color: rgb(168,10,230); }
td.TdClassName
{
border-color: #A80AE6;
}
.TagClassName
{
border-color: #A80AE6;
}
</style>