Shades of Dark Violet #A113B3
Tints of Dark Violet #A113B3
RGB
CMYK
RGB Variations
Color information
#A113B3 (or 0xA113B3) is known color: Dark Violet. HEX triplet: A1, 13 and B3. RGB value is (161,19,179). Sum of RGB (Red+Green+Blue) = 161+19+179=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #A113B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113B3 is #5EEC4C. Grayscale: #4F4F4F. Windows color (decimal): -6220877 or 11735969. OLE color: 11735969.
HSL color Cylindrical-coordinate representation of color #A113B3: hue angle of 293.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A113B3 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 19 | 179 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.30 |
| HSL | 293.25º | 0.81% | 0.39% | - |
| HSV(B) | 293.25º | 0.89% | 0.7% | - |
| XYZ | 23.07 | 11.3 | 43.61 | - |
| YUV | 79.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 179 | 0.10 | 0.89 | 0 | 0.30 | 293.25 | 0.81 | 0.39 |
| Hex | A1 | 13 | B3 | A | 59 | 0 | 1E | 125 | 51 | 27 |
| Octal | 241 | 23 | 263 | 12 | 131 | 0 | 36 | 445 | 121 | 47 |
| Binary | 10100001 | 10011 | 10110011 | 1010 | 1011001 | 0 | 11110 | 100100101 | 1010001 | 100111 |
Color Harmonies of #A113B3
Complementary color
Monochromatic Colors of #A113B3
Black with #A113B3
Text Example
Text Example
White with #A113B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113B3; }
p { color: rgb(161,19,179); }
H1.HeaderClassName
{
color: #A113B3;
}
.AnyTagClassName
{
color: #A113B3;
}
</style>
background-color css
<style>
a { background-color: #A113B3; }
a { background-color: rgb(161,19,179); }
div.DivClassName
{
background-color: #A113B3;
}
.BgClassName
{
background-color: #A113B3;
}
</style>
border-color css
<style>
span { border-color: #A113B3; }
span { border-color: rgb(161,19,179); }
td.TdClassName
{
border-color: #A113B3;
}
.TagClassName
{
border-color: #A113B3;
}
</style>