Shades of Dark Violet #A80DDA
Tints of Dark Violet #A80DDA
RGB
CMYK
RGB Variations
Color information
#A80DDA (or 0xA80DDA) is known color: Dark Violet. HEX triplet: A8, 0D and DA. RGB value is (168,13,218). Sum of RGB (Red+Green+Blue) = 168+13+218=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #A80DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DDA is #57F225. Grayscale: #525252. Windows color (decimal): -5763622 or 14290344. OLE color: 14290344.
HSL color Cylindrical-coordinate representation of color #A80DDA: hue angle of 285.37º 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 #A80DDA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 13 | 218 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.15 |
| HSL | 285.37º | 0.89% | 0.45% | - |
| HSV(B) | 285.37º | 0.94% | 0.85% | - |
| XYZ | 28.95 | 13.67 | 67.44 | - |
| YUV | 82.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 218 | 0.23 | 0.94 | 0 | 0.15 | 285.37 | 0.89 | 0.45 |
| Hex | A8 | D | DA | 17 | 5E | 0 | F | 11D | 59 | 2D |
| Octal | 250 | 15 | 332 | 27 | 136 | 0 | 17 | 435 | 131 | 55 |
| Binary | 10101000 | 1101 | 11011010 | 10111 | 1011110 | 0 | 1111 | 100011101 | 1011001 | 101101 |
Color Harmonies of #A80DDA
Complementary color
Monochromatic Colors of #A80DDA
Black with #A80DDA
Text Example
Text Example
White with #A80DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DDA; }
p { color: rgb(168,13,218); }
H1.HeaderClassName
{
color: #A80DDA;
}
.AnyTagClassName
{
color: #A80DDA;
}
</style>
background-color css
<style>
a { background-color: #A80DDA; }
a { background-color: rgb(168,13,218); }
div.DivClassName
{
background-color: #A80DDA;
}
.BgClassName
{
background-color: #A80DDA;
}
</style>
border-color css
<style>
span { border-color: #A80DDA; }
span { border-color: rgb(168,13,218); }
td.TdClassName
{
border-color: #A80DDA;
}
.TagClassName
{
border-color: #A80DDA;
}
</style>