Shades of Dark Violet #A616DA
Tints of Dark Violet #A616DA
RGB
CMYK
RGB Variations
Color information
#A616DA (or 0xA616DA) is known color: Dark Violet. HEX triplet: A6, 16 and DA. RGB value is (166,22,218). Sum of RGB (Red+Green+Blue) = 166+22+218=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #A616DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616DA is #59E925. Grayscale: #565656. Windows color (decimal): -5892390 or 14292646. OLE color: 14292646.
HSL color Cylindrical-coordinate representation of color #A616DA: hue angle of 284.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A616DA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 22 | 218 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.15 |
| HSL | 284.08º | 0.82% | 0.47% | - |
| HSV(B) | 284.08º | 0.9% | 0.85% | - |
| XYZ | 28.67 | 13.74 | 67.47 | - |
| YUV | 87.4 | 201.71 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 218 | 0.24 | 0.90 | 0 | 0.15 | 284.08 | 0.82 | 0.47 |
| Hex | A6 | 16 | DA | 18 | 5A | 0 | F | 11C | 52 | 2F |
| Octal | 246 | 26 | 332 | 30 | 132 | 0 | 17 | 434 | 122 | 57 |
| Binary | 10100110 | 10110 | 11011010 | 11000 | 1011010 | 0 | 1111 | 100011100 | 1010010 | 101111 |
Color Harmonies of #A616DA
Complementary color
Monochromatic Colors of #A616DA
Black with #A616DA
Text Example
Text Example
White with #A616DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616DA; }
p { color: rgb(166,22,218); }
H1.HeaderClassName
{
color: #A616DA;
}
.AnyTagClassName
{
color: #A616DA;
}
</style>
background-color css
<style>
a { background-color: #A616DA; }
a { background-color: rgb(166,22,218); }
div.DivClassName
{
background-color: #A616DA;
}
.BgClassName
{
background-color: #A616DA;
}
</style>
border-color css
<style>
span { border-color: #A616DA; }
span { border-color: rgb(166,22,218); }
td.TdClassName
{
border-color: #A616DA;
}
.TagClassName
{
border-color: #A616DA;
}
</style>