Shades of Dark Violet #A113DC
Tints of Dark Violet #A113DC
RGB
CMYK
RGB Variations
Color information
#A113DC (or 0xA113DC) is known color: Dark Violet. HEX triplet: A1, 13 and DC. RGB value is (161,19,220). Sum of RGB (Red+Green+Blue) = 161+19+220=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A113DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113DC is #5EEC23. Grayscale: #535353. Windows color (decimal): -6220836 or 14422945. OLE color: 14422945.
HSL color Cylindrical-coordinate representation of color #A113DC: hue angle of 282.39º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A113DC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 19 | 220 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.14 |
| HSL | 282.39º | 0.84% | 0.47% | - |
| HSV(B) | 282.39º | 0.91% | 0.86% | - |
| XYZ | 27.85 | 13.21 | 68.79 | - |
| YUV | 84.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 220 | 0.27 | 0.91 | 0 | 0.14 | 282.39 | 0.84 | 0.47 |
| Hex | A1 | 13 | DC | 1B | 5B | 0 | E | 11A | 54 | 2F |
| Octal | 241 | 23 | 334 | 33 | 133 | 0 | 16 | 432 | 124 | 57 |
| Binary | 10100001 | 10011 | 11011100 | 11011 | 1011011 | 0 | 1110 | 100011010 | 1010100 | 101111 |
Color Harmonies of #A113DC
Complementary color
Monochromatic Colors of #A113DC
Black with #A113DC
Text Example
Text Example
White with #A113DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113DC; }
p { color: rgb(161,19,220); }
H1.HeaderClassName
{
color: #A113DC;
}
.AnyTagClassName
{
color: #A113DC;
}
</style>
background-color css
<style>
a { background-color: #A113DC; }
a { background-color: rgb(161,19,220); }
div.DivClassName
{
background-color: #A113DC;
}
.BgClassName
{
background-color: #A113DC;
}
</style>
border-color css
<style>
span { border-color: #A113DC; }
span { border-color: rgb(161,19,220); }
td.TdClassName
{
border-color: #A113DC;
}
.TagClassName
{
border-color: #A113DC;
}
</style>