Shades of Dark Violet #A80CEA
Tints of Dark Violet #A80CEA
RGB
CMYK
RGB Variations
Color information
#A80CEA (or 0xA80CEA) is known color: Dark Violet. HEX triplet: A8, 0C and EA. RGB value is (168,12,234). Sum of RGB (Red+Green+Blue) = 168+12+234=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #A80CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80CEA is #57F315. Grayscale: #535353. Windows color (decimal): -5763862 or 15338664. OLE color: 15338664.
HSL color Cylindrical-coordinate representation of color #A80CEA: hue angle of 282.16º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80CEA is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 12 | 234 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.08 |
| HSL | 282.16º | 0.9% | 0.48% | - |
| HSV(B) | 282.16º | 0.95% | 0.92% | - |
| XYZ | 31.13 | 14.53 | 79.01 | - |
| YUV | 83.95 | 212.68 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 234 | 0.28 | 0.95 | 0 | 0.08 | 282.16 | 0.9 | 0.48 |
| Hex | A8 | C | EA | 1C | 5F | 0 | 8 | 11A | 5A | 30 |
| Octal | 250 | 14 | 352 | 34 | 137 | 0 | 10 | 432 | 132 | 60 |
| Binary | 10101000 | 1100 | 11101010 | 11100 | 1011111 | 0 | 1000 | 100011010 | 1011010 | 110000 |
Color Harmonies of #A80CEA
Complementary color
Monochromatic Colors of #A80CEA
Black with #A80CEA
Text Example
Text Example
White with #A80CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CEA; }
p { color: rgb(168,12,234); }
H1.HeaderClassName
{
color: #A80CEA;
}
.AnyTagClassName
{
color: #A80CEA;
}
</style>
background-color css
<style>
a { background-color: #A80CEA; }
a { background-color: rgb(168,12,234); }
div.DivClassName
{
background-color: #A80CEA;
}
.BgClassName
{
background-color: #A80CEA;
}
</style>
border-color css
<style>
span { border-color: #A80CEA; }
span { border-color: rgb(168,12,234); }
td.TdClassName
{
border-color: #A80CEA;
}
.TagClassName
{
border-color: #A80CEA;
}
</style>