Shades of Dark Violet #A60ADB
Tints of Dark Violet #A60ADB
RGB
CMYK
RGB Variations
Color information
#A60ADB (or 0xA60ADB) is known color: Dark Violet. HEX triplet: A6, 0A and DB. RGB value is (166,10,219). Sum of RGB (Red+Green+Blue) = 166+10+219=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #A60ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ADB is #59F524. Grayscale: #4F4F4F. Windows color (decimal): -5895461 or 14355110. OLE color: 14355110.
HSL color Cylindrical-coordinate representation of color #A60ADB: hue angle of 284.78º 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 #A60ADB is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 10 | 219 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.14 |
| HSL | 284.78º | 0.91% | 0.45% | - |
| HSV(B) | 284.78º | 0.95% | 0.86% | - |
| XYZ | 28.62 | 13.44 | 68.1 | - |
| YUV | 80.47 | 206.18 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 219 | 0.24 | 0.95 | 0 | 0.14 | 284.78 | 0.91 | 0.45 |
| Hex | A6 | A | DB | 18 | 5F | 0 | E | 11D | 5B | 2D |
| Octal | 246 | 12 | 333 | 30 | 137 | 0 | 16 | 435 | 133 | 55 |
| Binary | 10100110 | 1010 | 11011011 | 11000 | 1011111 | 0 | 1110 | 100011101 | 1011011 | 101101 |
Color Harmonies of #A60ADB
Complementary color
Monochromatic Colors of #A60ADB
Black with #A60ADB
Text Example
Text Example
White with #A60ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60ADB; }
p { color: rgb(166,10,219); }
H1.HeaderClassName
{
color: #A60ADB;
}
.AnyTagClassName
{
color: #A60ADB;
}
</style>
background-color css
<style>
a { background-color: #A60ADB; }
a { background-color: rgb(166,10,219); }
div.DivClassName
{
background-color: #A60ADB;
}
.BgClassName
{
background-color: #A60ADB;
}
</style>
border-color css
<style>
span { border-color: #A60ADB; }
span { border-color: rgb(166,10,219); }
td.TdClassName
{
border-color: #A60ADB;
}
.TagClassName
{
border-color: #A60ADB;
}
</style>