Shades of Dark Violet #A116C5
Tints of Dark Violet #A116C5
RGB
CMYK
RGB Variations
Color information
#A116C5 (or 0xA116C5) is known color: Dark Violet. HEX triplet: A1, 16 and C5. RGB value is (161,22,197). Sum of RGB (Red+Green+Blue) = 161+22+197=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #A116C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116C5 is #5EE93A. Grayscale: #525252. Windows color (decimal): -6220091 or 12916385. OLE color: 12916385.
HSL color Cylindrical-coordinate representation of color #A116C5: hue angle of 287.66º 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 #A116C5 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 22 | 197 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.23 |
| HSL | 287.66º | 0.8% | 0.43% | - |
| HSV(B) | 287.66º | 0.89% | 0.77% | - |
| XYZ | 25.06 | 12.18 | 53.85 | - |
| YUV | 83.51 | 192.05 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 197 | 0.18 | 0.89 | 0 | 0.23 | 287.66 | 0.8 | 0.43 |
| Hex | A1 | 16 | C5 | 12 | 59 | 0 | 17 | 120 | 50 | 2B |
| Octal | 241 | 26 | 305 | 22 | 131 | 0 | 27 | 440 | 120 | 53 |
| Binary | 10100001 | 10110 | 11000101 | 10010 | 1011001 | 0 | 10111 | 100100000 | 1010000 | 101011 |
Color Harmonies of #A116C5
Complementary color
Monochromatic Colors of #A116C5
Black with #A116C5
Text Example
Text Example
White with #A116C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116C5; }
p { color: rgb(161,22,197); }
H1.HeaderClassName
{
color: #A116C5;
}
.AnyTagClassName
{
color: #A116C5;
}
</style>
background-color css
<style>
a { background-color: #A116C5; }
a { background-color: rgb(161,22,197); }
div.DivClassName
{
background-color: #A116C5;
}
.BgClassName
{
background-color: #A116C5;
}
</style>
border-color css
<style>
span { border-color: #A116C5; }
span { border-color: rgb(161,22,197); }
td.TdClassName
{
border-color: #A116C5;
}
.TagClassName
{
border-color: #A116C5;
}
</style>