Shades of Dark Violet #A113D8
Tints of Dark Violet #A113D8
RGB
CMYK
RGB Variations
Color information
#A113D8 (or 0xA113D8) is known color: Dark Violet. HEX triplet: A1, 13 and D8. RGB value is (161,19,216). Sum of RGB (Red+Green+Blue) = 161+19+216=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #A113D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113D8 is #5EEC27. Grayscale: #535353. Windows color (decimal): -6220840 or 14160801. OLE color: 14160801.
HSL color Cylindrical-coordinate representation of color #A113D8: hue angle of 283.25º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A113D8 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 19 | 216 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.15 |
| HSL | 283.25º | 0.84% | 0.46% | - |
| HSV(B) | 283.25º | 0.91% | 0.85% | - |
| XYZ | 27.33 | 13 | 66.03 | - |
| YUV | 83.92 | 202.54 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 216 | 0.25 | 0.91 | 0 | 0.15 | 283.25 | 0.84 | 0.46 |
| Hex | A1 | 13 | D8 | 19 | 5B | 0 | F | 11B | 54 | 2E |
| Octal | 241 | 23 | 330 | 31 | 133 | 0 | 17 | 433 | 124 | 56 |
| Binary | 10100001 | 10011 | 11011000 | 11001 | 1011011 | 0 | 1111 | 100011011 | 1010100 | 101110 |
Color Harmonies of #A113D8
Complementary color
Monochromatic Colors of #A113D8
Black with #A113D8
Text Example
Text Example
White with #A113D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113D8; }
p { color: rgb(161,19,216); }
H1.HeaderClassName
{
color: #A113D8;
}
.AnyTagClassName
{
color: #A113D8;
}
</style>
background-color css
<style>
a { background-color: #A113D8; }
a { background-color: rgb(161,19,216); }
div.DivClassName
{
background-color: #A113D8;
}
.BgClassName
{
background-color: #A113D8;
}
</style>
border-color css
<style>
span { border-color: #A113D8; }
span { border-color: rgb(161,19,216); }
td.TdClassName
{
border-color: #A113D8;
}
.TagClassName
{
border-color: #A113D8;
}
</style>