Shades of Dark Violet #A112CE
Tints of Dark Violet #A112CE
RGB
CMYK
RGB Variations
Color information
#A112CE (or 0xA112CE) is known color: Dark Violet. HEX triplet: A1, 12 and CE. RGB value is (161,18,206). Sum of RGB (Red+Green+Blue) = 161+18+206=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #A112CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112CE is #5EED31. Grayscale: #515151. Windows color (decimal): -6221106 or 13505185. OLE color: 13505185.
HSL color Cylindrical-coordinate representation of color #A112CE: hue angle of 285.64º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A112CE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 18 | 206 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.19 |
| HSL | 285.64º | 0.84% | 0.44% | - |
| HSV(B) | 285.64º | 0.91% | 0.81% | - |
| XYZ | 26.05 | 12.47 | 59.43 | - |
| YUV | 82.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 206 | 0.22 | 0.91 | 0 | 0.19 | 285.64 | 0.84 | 0.44 |
| Hex | A1 | 12 | CE | 16 | 5B | 0 | 13 | 11E | 54 | 2C |
| Octal | 241 | 22 | 316 | 26 | 133 | 0 | 23 | 436 | 124 | 54 |
| Binary | 10100001 | 10010 | 11001110 | 10110 | 1011011 | 0 | 10011 | 100011110 | 1010100 | 101100 |
Color Harmonies of #A112CE
Complementary color
Monochromatic Colors of #A112CE
Black with #A112CE
Text Example
Text Example
White with #A112CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112CE; }
p { color: rgb(161,18,206); }
H1.HeaderClassName
{
color: #A112CE;
}
.AnyTagClassName
{
color: #A112CE;
}
</style>
background-color css
<style>
a { background-color: #A112CE; }
a { background-color: rgb(161,18,206); }
div.DivClassName
{
background-color: #A112CE;
}
.BgClassName
{
background-color: #A112CE;
}
</style>
border-color css
<style>
span { border-color: #A112CE; }
span { border-color: rgb(161,18,206); }
td.TdClassName
{
border-color: #A112CE;
}
.TagClassName
{
border-color: #A112CE;
}
</style>