Shades of Dark Violet #A112DA
Tints of Dark Violet #A112DA
RGB
CMYK
RGB Variations
Color information
#A112DA (or 0xA112DA) is known color: Dark Violet. HEX triplet: A1, 12 and DA. RGB value is (161,18,218). Sum of RGB (Red+Green+Blue) = 161+18+218=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #A112DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112DA is #5EED25. Grayscale: #525252. Windows color (decimal): -6221094 or 14291617. OLE color: 14291617.
HSL color Cylindrical-coordinate representation of color #A112DA: hue angle of 282.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A112DA is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 18 | 218 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.15 |
| HSL | 282.9º | 0.85% | 0.46% | - |
| HSV(B) | 282.9º | 0.92% | 0.85% | - |
| XYZ | 27.57 | 13.07 | 67.4 | - |
| YUV | 83.56 | 203.88 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 218 | 0.26 | 0.92 | 0 | 0.15 | 282.9 | 0.85 | 0.46 |
| Hex | A1 | 12 | DA | 1A | 5C | 0 | F | 11B | 55 | 2E |
| Octal | 241 | 22 | 332 | 32 | 134 | 0 | 17 | 433 | 125 | 56 |
| Binary | 10100001 | 10010 | 11011010 | 11010 | 1011100 | 0 | 1111 | 100011011 | 1010101 | 101110 |
Color Harmonies of #A112DA
Complementary color
Monochromatic Colors of #A112DA
Black with #A112DA
Text Example
Text Example
White with #A112DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112DA; }
p { color: rgb(161,18,218); }
H1.HeaderClassName
{
color: #A112DA;
}
.AnyTagClassName
{
color: #A112DA;
}
</style>
background-color css
<style>
a { background-color: #A112DA; }
a { background-color: rgb(161,18,218); }
div.DivClassName
{
background-color: #A112DA;
}
.BgClassName
{
background-color: #A112DA;
}
</style>
border-color css
<style>
span { border-color: #A112DA; }
span { border-color: rgb(161,18,218); }
td.TdClassName
{
border-color: #A112DA;
}
.TagClassName
{
border-color: #A112DA;
}
</style>