Shades of Dark Violet #A111C5
Tints of Dark Violet #A111C5
RGB
CMYK
RGB Variations
Color information
#A111C5 (or 0xA111C5) is known color: Dark Violet. HEX triplet: A1, 11 and C5. RGB value is (161,17,197). Sum of RGB (Red+Green+Blue) = 161+17+197=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #A111C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A111C5 is #5EEE3A. Grayscale: #505050. Windows color (decimal): -6221371 or 12915105. OLE color: 12915105.
HSL color Cylindrical-coordinate representation of color #A111C5: hue angle of 288º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A111C5 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 17 | 197 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.23 |
| HSL | 288º | 0.84% | 0.42% | - |
| HSV(B) | 288º | 0.91% | 0.77% | - |
| XYZ | 24.98 | 12.01 | 53.82 | - |
| YUV | 80.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 197 | 0.18 | 0.91 | 0 | 0.23 | 288 | 0.84 | 0.42 |
| Hex | A1 | 11 | C5 | 12 | 5B | 0 | 17 | 120 | 54 | 2A |
| Octal | 241 | 21 | 305 | 22 | 133 | 0 | 27 | 440 | 124 | 52 |
| Binary | 10100001 | 10001 | 11000101 | 10010 | 1011011 | 0 | 10111 | 100100000 | 1010100 | 101010 |
Color Harmonies of #A111C5
Complementary color
Monochromatic Colors of #A111C5
Black with #A111C5
Text Example
Text Example
White with #A111C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111C5; }
p { color: rgb(161,17,197); }
H1.HeaderClassName
{
color: #A111C5;
}
.AnyTagClassName
{
color: #A111C5;
}
</style>
background-color css
<style>
a { background-color: #A111C5; }
a { background-color: rgb(161,17,197); }
div.DivClassName
{
background-color: #A111C5;
}
.BgClassName
{
background-color: #A111C5;
}
</style>
border-color css
<style>
span { border-color: #A111C5; }
span { border-color: rgb(161,17,197); }
td.TdClassName
{
border-color: #A111C5;
}
.TagClassName
{
border-color: #A111C5;
}
</style>