Shades of Dark Violet #A112C0
Tints of Dark Violet #A112C0
RGB
CMYK
RGB Variations
Color information
#A112C0 (or 0xA112C0) is known color: Dark Violet. HEX triplet: A1, 12 and C0. RGB value is (161,18,192). Sum of RGB (Red+Green+Blue) = 161+18+192=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #A112C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112C0 is #5EED3F. Grayscale: #505050. Windows color (decimal): -6221120 or 12587681. OLE color: 12587681.
HSL color Cylindrical-coordinate representation of color #A112C0: hue angle of 289.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A112C0 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 18 | 192 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.25 |
| HSL | 289.31º | 0.83% | 0.41% | - |
| HSV(B) | 289.31º | 0.91% | 0.75% | - |
| XYZ | 24.43 | 11.82 | 50.86 | - |
| YUV | 80.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 192 | 0.16 | 0.91 | 0 | 0.25 | 289.31 | 0.83 | 0.41 |
| Hex | A1 | 12 | C0 | 10 | 5B | 0 | 19 | 121 | 53 | 29 |
| Octal | 241 | 22 | 300 | 20 | 133 | 0 | 31 | 441 | 123 | 51 |
| Binary | 10100001 | 10010 | 11000000 | 10000 | 1011011 | 0 | 11001 | 100100001 | 1010011 | 101001 |
Color Harmonies of #A112C0
Complementary color
Monochromatic Colors of #A112C0
Black with #A112C0
Text Example
Text Example
White with #A112C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112C0; }
p { color: rgb(161,18,192); }
H1.HeaderClassName
{
color: #A112C0;
}
.AnyTagClassName
{
color: #A112C0;
}
</style>
background-color css
<style>
a { background-color: #A112C0; }
a { background-color: rgb(161,18,192); }
div.DivClassName
{
background-color: #A112C0;
}
.BgClassName
{
background-color: #A112C0;
}
</style>
border-color css
<style>
span { border-color: #A112C0; }
span { border-color: rgb(161,18,192); }
td.TdClassName
{
border-color: #A112C0;
}
.TagClassName
{
border-color: #A112C0;
}
</style>