Shades of Dark Violet #A80FE4
Tints of Dark Violet #A80FE4
RGB
CMYK
RGB Variations
Color information
#A80FE4 (or 0xA80FE4) is known color: Dark Violet. HEX triplet: A8, 0F and E4. RGB value is (168,15,228). Sum of RGB (Red+Green+Blue) = 168+15+228=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #A80FE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FE4 is #57F01B. Grayscale: #545454. Windows color (decimal): -5763100 or 14946216. OLE color: 14946216.
HSL color Cylindrical-coordinate representation of color #A80FE4: hue angle of 283.1º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80FE4 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 15 | 228 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.11 |
| HSL | 283.1º | 0.88% | 0.48% | - |
| HSV(B) | 283.1º | 0.93% | 0.89% | - |
| XYZ | 30.32 | 14.27 | 74.55 | - |
| YUV | 85.03 | 208.69 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 228 | 0.26 | 0.93 | 0 | 0.11 | 283.1 | 0.88 | 0.48 |
| Hex | A8 | F | E4 | 1A | 5D | 0 | B | 11B | 58 | 30 |
| Octal | 250 | 17 | 344 | 32 | 135 | 0 | 13 | 433 | 130 | 60 |
| Binary | 10101000 | 1111 | 11100100 | 11010 | 1011101 | 0 | 1011 | 100011011 | 1011000 | 110000 |
Color Harmonies of #A80FE4
Complementary color
Monochromatic Colors of #A80FE4
Black with #A80FE4
Text Example
Text Example
White with #A80FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FE4; }
p { color: rgb(168,15,228); }
H1.HeaderClassName
{
color: #A80FE4;
}
.AnyTagClassName
{
color: #A80FE4;
}
</style>
background-color css
<style>
a { background-color: #A80FE4; }
a { background-color: rgb(168,15,228); }
div.DivClassName
{
background-color: #A80FE4;
}
.BgClassName
{
background-color: #A80FE4;
}
</style>
border-color css
<style>
span { border-color: #A80FE4; }
span { border-color: rgb(168,15,228); }
td.TdClassName
{
border-color: #A80FE4;
}
.TagClassName
{
border-color: #A80FE4;
}
</style>