Shades of Dark Violet #A616DB
Tints of Dark Violet #A616DB
RGB
CMYK
RGB Variations
Color information
#A616DB (or 0xA616DB) is known color: Dark Violet. HEX triplet: A6, 16 and DB. RGB value is (166,22,219). Sum of RGB (Red+Green+Blue) = 166+22+219=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #A616DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616DB is #59E924. Grayscale: #565656. Windows color (decimal): -5892389 or 14358182. OLE color: 14358182.
HSL color Cylindrical-coordinate representation of color #A616DB: hue angle of 283.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A616DB is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 22 | 219 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.14 |
| HSL | 283.86º | 0.82% | 0.47% | - |
| HSV(B) | 283.86º | 0.9% | 0.86% | - |
| XYZ | 28.8 | 13.8 | 68.16 | - |
| YUV | 87.51 | 202.21 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 219 | 0.24 | 0.90 | 0 | 0.14 | 283.86 | 0.82 | 0.47 |
| Hex | A6 | 16 | DB | 18 | 5A | 0 | E | 11C | 52 | 2F |
| Octal | 246 | 26 | 333 | 30 | 132 | 0 | 16 | 434 | 122 | 57 |
| Binary | 10100110 | 10110 | 11011011 | 11000 | 1011010 | 0 | 1110 | 100011100 | 1010010 | 101111 |
Color Harmonies of #A616DB
Complementary color
Monochromatic Colors of #A616DB
Black with #A616DB
Text Example
Text Example
White with #A616DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616DB; }
p { color: rgb(166,22,219); }
H1.HeaderClassName
{
color: #A616DB;
}
.AnyTagClassName
{
color: #A616DB;
}
</style>
background-color css
<style>
a { background-color: #A616DB; }
a { background-color: rgb(166,22,219); }
div.DivClassName
{
background-color: #A616DB;
}
.BgClassName
{
background-color: #A616DB;
}
</style>
border-color css
<style>
span { border-color: #A616DB; }
span { border-color: rgb(166,22,219); }
td.TdClassName
{
border-color: #A616DB;
}
.TagClassName
{
border-color: #A616DB;
}
</style>