Shades of Dark Violet #A113CD
Tints of Dark Violet #A113CD
RGB
CMYK
RGB Variations
Color information
#A113CD (or 0xA113CD) is known color: Dark Violet. HEX triplet: A1, 13 and CD. RGB value is (161,19,205). Sum of RGB (Red+Green+Blue) = 161+19+205=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #A113CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113CD is #5EEC32. Grayscale: #525252. Windows color (decimal): -6220851 or 13439905. OLE color: 13439905.
HSL color Cylindrical-coordinate representation of color #A113CD: hue angle of 285.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A113CD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 19 | 205 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.20 |
| HSL | 285.81º | 0.83% | 0.44% | - |
| HSV(B) | 285.81º | 0.91% | 0.8% | - |
| XYZ | 25.95 | 12.45 | 58.79 | - |
| YUV | 82.66 | 197.04 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 205 | 0.21 | 0.91 | 0 | 0.20 | 285.81 | 0.83 | 0.44 |
| Hex | A1 | 13 | CD | 15 | 5B | 0 | 14 | 11E | 53 | 2C |
| Octal | 241 | 23 | 315 | 25 | 133 | 0 | 24 | 436 | 123 | 54 |
| Binary | 10100001 | 10011 | 11001101 | 10101 | 1011011 | 0 | 10100 | 100011110 | 1010011 | 101100 |
Color Harmonies of #A113CD
Complementary color
Monochromatic Colors of #A113CD
Black with #A113CD
Text Example
Text Example
White with #A113CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113CD; }
p { color: rgb(161,19,205); }
H1.HeaderClassName
{
color: #A113CD;
}
.AnyTagClassName
{
color: #A113CD;
}
</style>
background-color css
<style>
a { background-color: #A113CD; }
a { background-color: rgb(161,19,205); }
div.DivClassName
{
background-color: #A113CD;
}
.BgClassName
{
background-color: #A113CD;
}
</style>
border-color css
<style>
span { border-color: #A113CD; }
span { border-color: rgb(161,19,205); }
td.TdClassName
{
border-color: #A113CD;
}
.TagClassName
{
border-color: #A113CD;
}
</style>