Shades of Dark Violet #A80DE0
Tints of Dark Violet #A80DE0
RGB
CMYK
RGB Variations
Color information
#A80DE0 (or 0xA80DE0) is known color: Dark Violet. HEX triplet: A8, 0D and E0. RGB value is (168,13,224). Sum of RGB (Red+Green+Blue) = 168+13+224=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #A80DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DE0 is #57F21F. Grayscale: #525252. Windows color (decimal): -5763616 or 14683560. OLE color: 14683560.
HSL color Cylindrical-coordinate representation of color #A80DE0: hue angle of 284.08º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80DE0 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 13 | 224 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.12 |
| HSL | 284.08º | 0.89% | 0.46% | - |
| HSV(B) | 284.08º | 0.94% | 0.88% | - |
| XYZ | 29.75 | 13.99 | 71.65 | - |
| YUV | 83.4 | 207.35 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 224 | 0.25 | 0.94 | 0 | 0.12 | 284.08 | 0.89 | 0.46 |
| Hex | A8 | D | E0 | 19 | 5E | 0 | C | 11C | 59 | 2E |
| Octal | 250 | 15 | 340 | 31 | 136 | 0 | 14 | 434 | 131 | 56 |
| Binary | 10101000 | 1101 | 11100000 | 11001 | 1011110 | 0 | 1100 | 100011100 | 1011001 | 101110 |
Color Harmonies of #A80DE0
Complementary color
Monochromatic Colors of #A80DE0
Black with #A80DE0
Text Example
Text Example
White with #A80DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DE0; }
p { color: rgb(168,13,224); }
H1.HeaderClassName
{
color: #A80DE0;
}
.AnyTagClassName
{
color: #A80DE0;
}
</style>
background-color css
<style>
a { background-color: #A80DE0; }
a { background-color: rgb(168,13,224); }
div.DivClassName
{
background-color: #A80DE0;
}
.BgClassName
{
background-color: #A80DE0;
}
</style>
border-color css
<style>
span { border-color: #A80DE0; }
span { border-color: rgb(168,13,224); }
td.TdClassName
{
border-color: #A80DE0;
}
.TagClassName
{
border-color: #A80DE0;
}
</style>