Shades of Dark Violet #A112C2
Tints of Dark Violet #A112C2
RGB
CMYK
RGB Variations
Color information
#A112C2 (or 0xA112C2) is known color: Dark Violet. HEX triplet: A1, 12 and C2. RGB value is (161,18,194). Sum of RGB (Red+Green+Blue) = 161+18+194=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #A112C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112C2 is #5EED3D. Grayscale: #505050. Windows color (decimal): -6221118 or 12718753. OLE color: 12718753.
HSL color Cylindrical-coordinate representation of color #A112C2: hue angle of 288.75º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A112C2 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 18 | 194 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.24 |
| HSL | 288.75º | 0.83% | 0.42% | - |
| HSV(B) | 288.75º | 0.91% | 0.76% | - |
| XYZ | 24.65 | 11.9 | 52.04 | - |
| YUV | 80.82 | 191.88 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 194 | 0.17 | 0.91 | 0 | 0.24 | 288.75 | 0.83 | 0.42 |
| Hex | A1 | 12 | C2 | 11 | 5B | 0 | 18 | 121 | 53 | 2A |
| Octal | 241 | 22 | 302 | 21 | 133 | 0 | 30 | 441 | 123 | 52 |
| Binary | 10100001 | 10010 | 11000010 | 10001 | 1011011 | 0 | 11000 | 100100001 | 1010011 | 101010 |
Color Harmonies of #A112C2
Complementary color
Monochromatic Colors of #A112C2
Black with #A112C2
Text Example
Text Example
White with #A112C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112C2; }
p { color: rgb(161,18,194); }
H1.HeaderClassName
{
color: #A112C2;
}
.AnyTagClassName
{
color: #A112C2;
}
</style>
background-color css
<style>
a { background-color: #A112C2; }
a { background-color: rgb(161,18,194); }
div.DivClassName
{
background-color: #A112C2;
}
.BgClassName
{
background-color: #A112C2;
}
</style>
border-color css
<style>
span { border-color: #A112C2; }
span { border-color: rgb(161,18,194); }
td.TdClassName
{
border-color: #A112C2;
}
.TagClassName
{
border-color: #A112C2;
}
</style>