Shades of Dark Violet #A60FDB
Tints of Dark Violet #A60FDB
RGB
CMYK
RGB Variations
Color information
#A60FDB (or 0xA60FDB) is known color: Dark Violet. HEX triplet: A6, 0F and DB. RGB value is (166,15,219). Sum of RGB (Red+Green+Blue) = 166+15+219=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 15 (6.25% from 255 or 3.75% 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 #A60FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FDB is #59F024. Grayscale: #525252. Windows color (decimal): -5894181 or 14356390. OLE color: 14356390.
HSL color Cylindrical-coordinate representation of color #A60FDB: hue angle of 284.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60FDB is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 15 | 219 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.14 |
| HSL | 284.41º | 0.87% | 0.46% | - |
| HSV(B) | 284.41º | 0.93% | 0.86% | - |
| XYZ | 28.68 | 13.56 | 68.12 | - |
| YUV | 83.41 | 204.53 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 219 | 0.24 | 0.93 | 0 | 0.14 | 284.41 | 0.87 | 0.46 |
| Hex | A6 | F | DB | 18 | 5D | 0 | E | 11C | 57 | 2E |
| Octal | 246 | 17 | 333 | 30 | 135 | 0 | 16 | 434 | 127 | 56 |
| Binary | 10100110 | 1111 | 11011011 | 11000 | 1011101 | 0 | 1110 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A60FDB
Complementary color
Monochromatic Colors of #A60FDB
Black with #A60FDB
Text Example
Text Example
White with #A60FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FDB; }
p { color: rgb(166,15,219); }
H1.HeaderClassName
{
color: #A60FDB;
}
.AnyTagClassName
{
color: #A60FDB;
}
</style>
background-color css
<style>
a { background-color: #A60FDB; }
a { background-color: rgb(166,15,219); }
div.DivClassName
{
background-color: #A60FDB;
}
.BgClassName
{
background-color: #A60FDB;
}
</style>
border-color css
<style>
span { border-color: #A60FDB; }
span { border-color: rgb(166,15,219); }
td.TdClassName
{
border-color: #A60FDB;
}
.TagClassName
{
border-color: #A60FDB;
}
</style>