Shades of Dark Violet #A80FE3
Tints of Dark Violet #A80FE3
RGB
CMYK
RGB Variations
Color information
#A80FE3 (or 0xA80FE3) is known color: Dark Violet. HEX triplet: A8, 0F and E3. RGB value is (168,15,227). Sum of RGB (Red+Green+Blue) = 168+15+227=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 227 (89.06% from 255 or 55.37% from 410); Max value from RGB is 227 - color contains mainly: blue. Hex color #A80FE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FE3 is #57F01C. Grayscale: #545454. Windows color (decimal): -5763101 or 14880680. OLE color: 14880680.
HSL color Cylindrical-coordinate representation of color #A80FE3: hue angle of 283.3º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80FE3 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 15 | 227 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.11 |
| HSL | 283.3º | 0.88% | 0.47% | - |
| HSV(B) | 283.3º | 0.93% | 0.89% | - |
| XYZ | 30.18 | 14.21 | 73.83 | - |
| YUV | 84.92 | 208.19 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 227 | 0.26 | 0.93 | 0 | 0.11 | 283.3 | 0.88 | 0.47 |
| Hex | A8 | F | E3 | 1A | 5D | 0 | B | 11B | 58 | 2F |
| Octal | 250 | 17 | 343 | 32 | 135 | 0 | 13 | 433 | 130 | 57 |
| Binary | 10101000 | 1111 | 11100011 | 11010 | 1011101 | 0 | 1011 | 100011011 | 1011000 | 101111 |
Color Harmonies of #A80FE3
Complementary color
Monochromatic Colors of #A80FE3
Black with #A80FE3
Text Example
Text Example
White with #A80FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FE3; }
p { color: rgb(168,15,227); }
H1.HeaderClassName
{
color: #A80FE3;
}
.AnyTagClassName
{
color: #A80FE3;
}
</style>
background-color css
<style>
a { background-color: #A80FE3; }
a { background-color: rgb(168,15,227); }
div.DivClassName
{
background-color: #A80FE3;
}
.BgClassName
{
background-color: #A80FE3;
}
</style>
border-color css
<style>
span { border-color: #A80FE3; }
span { border-color: rgb(168,15,227); }
td.TdClassName
{
border-color: #A80FE3;
}
.TagClassName
{
border-color: #A80FE3;
}
</style>