Shades of Dark Violet #A80DDB
Tints of Dark Violet #A80DDB
RGB
CMYK
RGB Variations
Color information
#A80DDB (or 0xA80DDB) is known color: Dark Violet. HEX triplet: A8, 0D and DB. RGB value is (168,13,219). Sum of RGB (Red+Green+Blue) = 168+13+219=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #A80DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DDB is #57F224. Grayscale: #525252. Windows color (decimal): -5763621 or 14355880. OLE color: 14355880.
HSL color Cylindrical-coordinate representation of color #A80DDB: hue angle of 285.15º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80DDB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 13 | 219 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.14 |
| HSL | 285.15º | 0.89% | 0.45% | - |
| HSV(B) | 285.15º | 0.94% | 0.86% | - |
| XYZ | 29.08 | 13.73 | 68.13 | - |
| YUV | 82.83 | 204.85 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 219 | 0.23 | 0.94 | 0 | 0.14 | 285.15 | 0.89 | 0.45 |
| Hex | A8 | D | DB | 17 | 5E | 0 | E | 11D | 59 | 2D |
| Octal | 250 | 15 | 333 | 27 | 136 | 0 | 16 | 435 | 131 | 55 |
| Binary | 10101000 | 1101 | 11011011 | 10111 | 1011110 | 0 | 1110 | 100011101 | 1011001 | 101101 |
Color Harmonies of #A80DDB
Complementary color
Monochromatic Colors of #A80DDB
Black with #A80DDB
Text Example
Text Example
White with #A80DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DDB; }
p { color: rgb(168,13,219); }
H1.HeaderClassName
{
color: #A80DDB;
}
.AnyTagClassName
{
color: #A80DDB;
}
</style>
background-color css
<style>
a { background-color: #A80DDB; }
a { background-color: rgb(168,13,219); }
div.DivClassName
{
background-color: #A80DDB;
}
.BgClassName
{
background-color: #A80DDB;
}
</style>
border-color css
<style>
span { border-color: #A80DDB; }
span { border-color: rgb(168,13,219); }
td.TdClassName
{
border-color: #A80DDB;
}
.TagClassName
{
border-color: #A80DDB;
}
</style>