Shades of Dark Violet #A80DD8
Tints of Dark Violet #A80DD8
RGB
CMYK
RGB Variations
Color information
#A80DD8 (or 0xA80DD8) is known color: Dark Violet. HEX triplet: A8, 0D and D8. RGB value is (168,13,216). Sum of RGB (Red+Green+Blue) = 168+13+216=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #A80DD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DD8 is #57F227. Grayscale: #515151. Windows color (decimal): -5763624 or 14159272. OLE color: 14159272.
HSL color Cylindrical-coordinate representation of color #A80DD8: hue angle of 285.81º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80DD8 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 13 | 216 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.15 |
| HSL | 285.81º | 0.89% | 0.45% | - |
| HSV(B) | 285.81º | 0.94% | 0.85% | - |
| XYZ | 28.69 | 13.57 | 66.07 | - |
| YUV | 82.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 216 | 0.22 | 0.94 | 0 | 0.15 | 285.81 | 0.89 | 0.45 |
| Hex | A8 | D | D8 | 16 | 5E | 0 | F | 11E | 59 | 2D |
| Octal | 250 | 15 | 330 | 26 | 136 | 0 | 17 | 436 | 131 | 55 |
| Binary | 10101000 | 1101 | 11011000 | 10110 | 1011110 | 0 | 1111 | 100011110 | 1011001 | 101101 |
Color Harmonies of #A80DD8
Complementary color
Monochromatic Colors of #A80DD8
Black with #A80DD8
Text Example
Text Example
White with #A80DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DD8; }
p { color: rgb(168,13,216); }
H1.HeaderClassName
{
color: #A80DD8;
}
.AnyTagClassName
{
color: #A80DD8;
}
</style>
background-color css
<style>
a { background-color: #A80DD8; }
a { background-color: rgb(168,13,216); }
div.DivClassName
{
background-color: #A80DD8;
}
.BgClassName
{
background-color: #A80DD8;
}
</style>
border-color css
<style>
span { border-color: #A80DD8; }
span { border-color: rgb(168,13,216); }
td.TdClassName
{
border-color: #A80DD8;
}
.TagClassName
{
border-color: #A80DD8;
}
</style>