Shades of Dark Violet #A80ADB
Tints of Dark Violet #A80ADB
RGB
CMYK
RGB Variations
Color information
#A80ADB (or 0xA80ADB) is known color: Dark Violet. HEX triplet: A8, 0A and DB. RGB value is (168,10,219). Sum of RGB (Red+Green+Blue) = 168+10+219=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #A80ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ADB is #57F524. Grayscale: #505050. Windows color (decimal): -5764389 or 14355112. OLE color: 14355112.
HSL color Cylindrical-coordinate representation of color #A80ADB: hue angle of 285.36º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80ADB is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 10 | 219 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.14 |
| HSL | 285.36º | 0.91% | 0.45% | - |
| HSV(B) | 285.36º | 0.95% | 0.86% | - |
| XYZ | 29.04 | 13.66 | 68.12 | - |
| YUV | 81.07 | 205.85 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 219 | 0.23 | 0.95 | 0 | 0.14 | 285.36 | 0.91 | 0.45 |
| Hex | A8 | A | DB | 17 | 5F | 0 | E | 11D | 5B | 2D |
| Octal | 250 | 12 | 333 | 27 | 137 | 0 | 16 | 435 | 133 | 55 |
| Binary | 10101000 | 1010 | 11011011 | 10111 | 1011111 | 0 | 1110 | 100011101 | 1011011 | 101101 |
Color Harmonies of #A80ADB
Complementary color
Monochromatic Colors of #A80ADB
Black with #A80ADB
Text Example
Text Example
White with #A80ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80ADB; }
p { color: rgb(168,10,219); }
H1.HeaderClassName
{
color: #A80ADB;
}
.AnyTagClassName
{
color: #A80ADB;
}
</style>
background-color css
<style>
a { background-color: #A80ADB; }
a { background-color: rgb(168,10,219); }
div.DivClassName
{
background-color: #A80ADB;
}
.BgClassName
{
background-color: #A80ADB;
}
</style>
border-color css
<style>
span { border-color: #A80ADB; }
span { border-color: rgb(168,10,219); }
td.TdClassName
{
border-color: #A80ADB;
}
.TagClassName
{
border-color: #A80ADB;
}
</style>