Shades of Dark Violet #A606DB
Tints of Dark Violet #A606DB
RGB
CMYK
RGB Variations
Color information
#A606DB (or 0xA606DB) is known color: Dark Violet. HEX triplet: A6, 06 and DB. RGB value is (166,6,219). Sum of RGB (Red+Green+Blue) = 166+6+219=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #A606DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A606DB is #59F924. Grayscale: #4D4D4D. Windows color (decimal): -5896485 or 14354086. OLE color: 14354086.
HSL color Cylindrical-coordinate representation of color #A606DB: hue angle of 285.07º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A606DB is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 6 | 219 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.14 |
| HSL | 285.07º | 0.95% | 0.44% | - |
| HSV(B) | 285.07º | 0.97% | 0.86% | - |
| XYZ | 28.58 | 13.35 | 68.09 | - |
| YUV | 78.12 | 207.51 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 219 | 0.24 | 0.97 | 0 | 0.14 | 285.07 | 0.95 | 0.44 |
| Hex | A6 | 6 | DB | 18 | 61 | 0 | E | 11D | 5F | 2C |
| Octal | 246 | 6 | 333 | 30 | 141 | 0 | 16 | 435 | 137 | 54 |
| Binary | 10100110 | 110 | 11011011 | 11000 | 1100001 | 0 | 1110 | 100011101 | 1011111 | 101100 |
Color Harmonies of #A606DB
Complementary color
Monochromatic Colors of #A606DB
Black with #A606DB
Text Example
Text Example
White with #A606DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A606DB; }
p { color: rgb(166,6,219); }
H1.HeaderClassName
{
color: #A606DB;
}
.AnyTagClassName
{
color: #A606DB;
}
</style>
background-color css
<style>
a { background-color: #A606DB; }
a { background-color: rgb(166,6,219); }
div.DivClassName
{
background-color: #A606DB;
}
.BgClassName
{
background-color: #A606DB;
}
</style>
border-color css
<style>
span { border-color: #A606DB; }
span { border-color: rgb(166,6,219); }
td.TdClassName
{
border-color: #A606DB;
}
.TagClassName
{
border-color: #A606DB;
}
</style>