Shades of Dark Violet #A80AE5
Tints of Dark Violet #A80AE5
RGB
CMYK
RGB Variations
Color information
#A80AE5 (or 0xA80AE5) is known color: Dark Violet. HEX triplet: A8, 0A and E5. RGB value is (168,10,229). Sum of RGB (Red+Green+Blue) = 168+10+229=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #A80AE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80AE5 is #57F51A. Grayscale: #515151. Windows color (decimal): -5764379 or 15010472. OLE color: 15010472.
HSL color Cylindrical-coordinate representation of color #A80AE5: hue angle of 283.29º 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 #A80AE5 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 10 | 229 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.10 |
| HSL | 283.29º | 0.92% | 0.47% | - |
| HSV(B) | 283.29º | 0.96% | 0.9% | - |
| XYZ | 30.4 | 14.2 | 75.27 | - |
| YUV | 82.21 | 210.85 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 229 | 0.27 | 0.96 | 0 | 0.10 | 283.29 | 0.92 | 0.47 |
| Hex | A8 | A | E5 | 1B | 60 | 0 | A | 11B | 5C | 2F |
| Octal | 250 | 12 | 345 | 33 | 140 | 0 | 12 | 433 | 134 | 57 |
| Binary | 10101000 | 1010 | 11100101 | 11011 | 1100000 | 0 | 1010 | 100011011 | 1011100 | 101111 |
Color Harmonies of #A80AE5
Complementary color
Monochromatic Colors of #A80AE5
Black with #A80AE5
Text Example
Text Example
White with #A80AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AE5; }
p { color: rgb(168,10,229); }
H1.HeaderClassName
{
color: #A80AE5;
}
.AnyTagClassName
{
color: #A80AE5;
}
</style>
background-color css
<style>
a { background-color: #A80AE5; }
a { background-color: rgb(168,10,229); }
div.DivClassName
{
background-color: #A80AE5;
}
.BgClassName
{
background-color: #A80AE5;
}
</style>
border-color css
<style>
span { border-color: #A80AE5; }
span { border-color: rgb(168,10,229); }
td.TdClassName
{
border-color: #A80AE5;
}
.TagClassName
{
border-color: #A80AE5;
}
</style>