Shades of Dark Violet #A60EDB
Tints of Dark Violet #A60EDB
RGB
CMYK
RGB Variations
Color information
#A60EDB (or 0xA60EDB) is known color: Dark Violet. HEX triplet: A6, 0E and DB. RGB value is (166,14,219). Sum of RGB (Red+Green+Blue) = 166+14+219=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #A60EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EDB is #59F124. Grayscale: #525252. Windows color (decimal): -5894437 or 14356134. OLE color: 14356134.
HSL color Cylindrical-coordinate representation of color #A60EDB: hue angle of 284.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EDB is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 14 | 219 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.14 |
| HSL | 284.49º | 0.88% | 0.46% | - |
| HSV(B) | 284.49º | 0.94% | 0.86% | - |
| XYZ | 28.67 | 13.54 | 68.12 | - |
| YUV | 82.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 219 | 0.24 | 0.94 | 0 | 0.14 | 284.49 | 0.88 | 0.46 |
| Hex | A6 | E | DB | 18 | 5E | 0 | E | 11C | 58 | 2E |
| Octal | 246 | 16 | 333 | 30 | 136 | 0 | 16 | 434 | 130 | 56 |
| Binary | 10100110 | 1110 | 11011011 | 11000 | 1011110 | 0 | 1110 | 100011100 | 1011000 | 101110 |
Color Harmonies of #A60EDB
Complementary color
Monochromatic Colors of #A60EDB
Black with #A60EDB
Text Example
Text Example
White with #A60EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EDB; }
p { color: rgb(166,14,219); }
H1.HeaderClassName
{
color: #A60EDB;
}
.AnyTagClassName
{
color: #A60EDB;
}
</style>
background-color css
<style>
a { background-color: #A60EDB; }
a { background-color: rgb(166,14,219); }
div.DivClassName
{
background-color: #A60EDB;
}
.BgClassName
{
background-color: #A60EDB;
}
</style>
border-color css
<style>
span { border-color: #A60EDB; }
span { border-color: rgb(166,14,219); }
td.TdClassName
{
border-color: #A60EDB;
}
.TagClassName
{
border-color: #A60EDB;
}
</style>