Shades of Dark Violet #A80FEA
Tints of Dark Violet #A80FEA
RGB
CMYK
RGB Variations
Color information
#A80FEA (or 0xA80FEA) is known color: Dark Violet. HEX triplet: A8, 0F and EA. RGB value is (168,15,234). Sum of RGB (Red+Green+Blue) = 168+15+234=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #A80FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80FEA is #57F015. Grayscale: #545454. Windows color (decimal): -5763094 or 15339432. OLE color: 15339432.
HSL color Cylindrical-coordinate representation of color #A80FEA: hue angle of 281.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80FEA is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 15 | 234 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.08 |
| HSL | 281.92º | 0.88% | 0.49% | - |
| HSV(B) | 281.92º | 0.94% | 0.92% | - |
| XYZ | 31.17 | 14.61 | 79.02 | - |
| YUV | 85.71 | 211.69 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 234 | 0.28 | 0.94 | 0 | 0.08 | 281.92 | 0.88 | 0.49 |
| Hex | A8 | F | EA | 1C | 5E | 0 | 8 | 11A | 58 | 31 |
| Octal | 250 | 17 | 352 | 34 | 136 | 0 | 10 | 432 | 130 | 61 |
| Binary | 10101000 | 1111 | 11101010 | 11100 | 1011110 | 0 | 1000 | 100011010 | 1011000 | 110001 |
Color Harmonies of #A80FEA
Complementary color
Monochromatic Colors of #A80FEA
Black with #A80FEA
Text Example
Text Example
White with #A80FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FEA; }
p { color: rgb(168,15,234); }
H1.HeaderClassName
{
color: #A80FEA;
}
.AnyTagClassName
{
color: #A80FEA;
}
</style>
background-color css
<style>
a { background-color: #A80FEA; }
a { background-color: rgb(168,15,234); }
div.DivClassName
{
background-color: #A80FEA;
}
.BgClassName
{
background-color: #A80FEA;
}
</style>
border-color css
<style>
span { border-color: #A80FEA; }
span { border-color: rgb(168,15,234); }
td.TdClassName
{
border-color: #A80FEA;
}
.TagClassName
{
border-color: #A80FEA;
}
</style>