Shades of Dark Violet #A616C5
Tints of Dark Violet #A616C5
RGB
CMYK
RGB Variations
Color information
#A616C5 (or 0xA616C5) is known color: Dark Violet. HEX triplet: A6, 16 and C5. RGB value is (166,22,197). Sum of RGB (Red+Green+Blue) = 166+22+197=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #A616C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616C5 is #59E93A. Grayscale: #545454. Windows color (decimal): -5892411 or 12916390. OLE color: 12916390.
HSL color Cylindrical-coordinate representation of color #A616C5: hue angle of 289.37º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A616C5 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 22 | 197 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.23 |
| HSL | 289.37º | 0.8% | 0.43% | - |
| HSV(B) | 289.37º | 0.89% | 0.77% | - |
| XYZ | 26.09 | 12.71 | 53.9 | - |
| YUV | 85.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 197 | 0.16 | 0.89 | 0 | 0.23 | 289.37 | 0.8 | 0.43 |
| Hex | A6 | 16 | C5 | 10 | 59 | 0 | 17 | 121 | 50 | 2B |
| Octal | 246 | 26 | 305 | 20 | 131 | 0 | 27 | 441 | 120 | 53 |
| Binary | 10100110 | 10110 | 11000101 | 10000 | 1011001 | 0 | 10111 | 100100001 | 1010000 | 101011 |
Color Harmonies of #A616C5
Complementary color
Monochromatic Colors of #A616C5
Black with #A616C5
Text Example
Text Example
White with #A616C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616C5; }
p { color: rgb(166,22,197); }
H1.HeaderClassName
{
color: #A616C5;
}
.AnyTagClassName
{
color: #A616C5;
}
</style>
background-color css
<style>
a { background-color: #A616C5; }
a { background-color: rgb(166,22,197); }
div.DivClassName
{
background-color: #A616C5;
}
.BgClassName
{
background-color: #A616C5;
}
</style>
border-color css
<style>
span { border-color: #A616C5; }
span { border-color: rgb(166,22,197); }
td.TdClassName
{
border-color: #A616C5;
}
.TagClassName
{
border-color: #A616C5;
}
</style>