Shades of Dark Violet #A311E0
Tints of Dark Violet #A311E0
RGB
CMYK
RGB Variations
Color information
#A311E0 (or 0xA311E0) is known color: Dark Violet. HEX triplet: A3, 11 and E0. RGB value is (163,17,224). Sum of RGB (Red+Green+Blue) = 163+17+224=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #A311E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311E0 is #5CEE1F. Grayscale: #535353. Windows color (decimal): -6090272 or 14684579. OLE color: 14684579.
HSL color Cylindrical-coordinate representation of color #A311E0: hue angle of 282.32º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A311E0 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 17 | 224 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.12 |
| HSL | 282.32º | 0.86% | 0.47% | - |
| HSV(B) | 282.32º | 0.92% | 0.88% | - |
| XYZ | 28.76 | 13.57 | 71.62 | - |
| YUV | 84.25 | 206.87 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 224 | 0.27 | 0.92 | 0 | 0.12 | 282.32 | 0.86 | 0.47 |
| Hex | A3 | 11 | E0 | 1B | 5C | 0 | C | 11A | 56 | 2F |
| Octal | 243 | 21 | 340 | 33 | 134 | 0 | 14 | 432 | 126 | 57 |
| Binary | 10100011 | 10001 | 11100000 | 11011 | 1011100 | 0 | 1100 | 100011010 | 1010110 | 101111 |
Color Harmonies of #A311E0
Complementary color
Monochromatic Colors of #A311E0
Black with #A311E0
Text Example
Text Example
White with #A311E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311E0; }
p { color: rgb(163,17,224); }
H1.HeaderClassName
{
color: #A311E0;
}
.AnyTagClassName
{
color: #A311E0;
}
</style>
background-color css
<style>
a { background-color: #A311E0; }
a { background-color: rgb(163,17,224); }
div.DivClassName
{
background-color: #A311E0;
}
.BgClassName
{
background-color: #A311E0;
}
</style>
border-color css
<style>
span { border-color: #A311E0; }
span { border-color: rgb(163,17,224); }
td.TdClassName
{
border-color: #A311E0;
}
.TagClassName
{
border-color: #A311E0;
}
</style>