Shades of Dark Violet #A112DD
Tints of Dark Violet #A112DD
RGB
CMYK
RGB Variations
Color information
#A112DD (or 0xA112DD) is known color: Dark Violet. HEX triplet: A1, 12 and DD. RGB value is (161,18,221). Sum of RGB (Red+Green+Blue) = 161+18+221=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #A112DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112DD is #5EED22. Grayscale: #535353. Windows color (decimal): -6221091 or 14488225. OLE color: 14488225.
HSL color Cylindrical-coordinate representation of color #A112DD: hue angle of 282.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A112DD is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 18 | 221 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.13 |
| HSL | 282.27º | 0.85% | 0.47% | - |
| HSV(B) | 282.27º | 0.92% | 0.87% | - |
| XYZ | 27.97 | 13.23 | 69.49 | - |
| YUV | 83.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 221 | 0.27 | 0.92 | 0 | 0.13 | 282.27 | 0.85 | 0.47 |
| Hex | A1 | 12 | DD | 1B | 5C | 0 | D | 11A | 55 | 2F |
| Octal | 241 | 22 | 335 | 33 | 134 | 0 | 15 | 432 | 125 | 57 |
| Binary | 10100001 | 10010 | 11011101 | 11011 | 1011100 | 0 | 1101 | 100011010 | 1010101 | 101111 |
Color Harmonies of #A112DD
Complementary color
Monochromatic Colors of #A112DD
Black with #A112DD
Text Example
Text Example
White with #A112DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112DD; }
p { color: rgb(161,18,221); }
H1.HeaderClassName
{
color: #A112DD;
}
.AnyTagClassName
{
color: #A112DD;
}
</style>
background-color css
<style>
a { background-color: #A112DD; }
a { background-color: rgb(161,18,221); }
div.DivClassName
{
background-color: #A112DD;
}
.BgClassName
{
background-color: #A112DD;
}
</style>
border-color css
<style>
span { border-color: #A112DD; }
span { border-color: rgb(161,18,221); }
td.TdClassName
{
border-color: #A112DD;
}
.TagClassName
{
border-color: #A112DD;
}
</style>