Shades of Dark Violet #A113B7
Tints of Dark Violet #A113B7
RGB
CMYK
RGB Variations
Color information
#A113B7 (or 0xA113B7) is known color: Dark Violet. HEX triplet: A1, 13 and B7. RGB value is (161,19,183). Sum of RGB (Red+Green+Blue) = 161+19+183=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #A113B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A113B7 is #5EEC48. Grayscale: #4F4F4F. Windows color (decimal): -6220873 or 11998113. OLE color: 11998113.
HSL color Cylindrical-coordinate representation of color #A113B7: hue angle of 291.95º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A113B7 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 19 | 183 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.28 |
| HSL | 291.95º | 0.81% | 0.4% | - |
| HSV(B) | 291.95º | 0.9% | 0.72% | - |
| XYZ | 23.48 | 11.46 | 45.77 | - |
| YUV | 80.15 | 186.04 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 183 | 0.12 | 0.90 | 0 | 0.28 | 291.95 | 0.81 | 0.4 |
| Hex | A1 | 13 | B7 | C | 5A | 0 | 1C | 124 | 51 | 28 |
| Octal | 241 | 23 | 267 | 14 | 132 | 0 | 34 | 444 | 121 | 50 |
| Binary | 10100001 | 10011 | 10110111 | 1100 | 1011010 | 0 | 11100 | 100100100 | 1010001 | 101000 |
Color Harmonies of #A113B7
Complementary color
Monochromatic Colors of #A113B7
Black with #A113B7
Text Example
Text Example
White with #A113B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A113B7; }
p { color: rgb(161,19,183); }
H1.HeaderClassName
{
color: #A113B7;
}
.AnyTagClassName
{
color: #A113B7;
}
</style>
background-color css
<style>
a { background-color: #A113B7; }
a { background-color: rgb(161,19,183); }
div.DivClassName
{
background-color: #A113B7;
}
.BgClassName
{
background-color: #A113B7;
}
</style>
border-color css
<style>
span { border-color: #A113B7; }
span { border-color: rgb(161,19,183); }
td.TdClassName
{
border-color: #A113B7;
}
.TagClassName
{
border-color: #A113B7;
}
</style>