Shades of Dark Violet #A60CDB
Tints of Dark Violet #A60CDB
RGB
CMYK
RGB Variations
Color information
#A60CDB (or 0xA60CDB) is known color: Dark Violet. HEX triplet: A6, 0C and DB. RGB value is (166,12,219). Sum of RGB (Red+Green+Blue) = 166+12+219=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 12 (5.08% from 255 or 3.02% 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 #A60CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CDB is #59F324. Grayscale: #505050. Windows color (decimal): -5894949 or 14355622. OLE color: 14355622.
HSL color Cylindrical-coordinate representation of color #A60CDB: hue angle of 284.64º degrees, saturation: 0.9, 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 #A60CDB is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 12 | 219 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.14 |
| HSL | 284.64º | 0.9% | 0.45% | - |
| HSV(B) | 284.64º | 0.95% | 0.86% | - |
| XYZ | 28.64 | 13.48 | 68.11 | - |
| YUV | 81.64 | 205.52 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 219 | 0.24 | 0.95 | 0 | 0.14 | 284.64 | 0.9 | 0.45 |
| Hex | A6 | C | DB | 18 | 5F | 0 | E | 11D | 5A | 2D |
| Octal | 246 | 14 | 333 | 30 | 137 | 0 | 16 | 435 | 132 | 55 |
| Binary | 10100110 | 1100 | 11011011 | 11000 | 1011111 | 0 | 1110 | 100011101 | 1011010 | 101101 |
Color Harmonies of #A60CDB
Complementary color
Monochromatic Colors of #A60CDB
Black with #A60CDB
Text Example
Text Example
White with #A60CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CDB; }
p { color: rgb(166,12,219); }
H1.HeaderClassName
{
color: #A60CDB;
}
.AnyTagClassName
{
color: #A60CDB;
}
</style>
background-color css
<style>
a { background-color: #A60CDB; }
a { background-color: rgb(166,12,219); }
div.DivClassName
{
background-color: #A60CDB;
}
.BgClassName
{
background-color: #A60CDB;
}
</style>
border-color css
<style>
span { border-color: #A60CDB; }
span { border-color: rgb(166,12,219); }
td.TdClassName
{
border-color: #A60CDB;
}
.TagClassName
{
border-color: #A60CDB;
}
</style>