Shades of Dark Violet #A311CE
Tints of Dark Violet #A311CE
RGB
CMYK
RGB Variations
Color information
#A311CE (or 0xA311CE) is known color: Dark Violet. HEX triplet: A3, 11 and CE. RGB value is (163,17,206). Sum of RGB (Red+Green+Blue) = 163+17+206=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #A311CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311CE is #5CEE31. Grayscale: #515151. Windows color (decimal): -6090290 or 13504931. OLE color: 13504931.
HSL color Cylindrical-coordinate representation of color #A311CE: hue angle of 286.35º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A311CE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 17 | 206 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.19 |
| HSL | 286.35º | 0.85% | 0.44% | - |
| HSV(B) | 286.35º | 0.92% | 0.81% | - |
| XYZ | 26.45 | 12.64 | 59.44 | - |
| YUV | 82.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 206 | 0.21 | 0.92 | 0 | 0.19 | 286.35 | 0.85 | 0.44 |
| Hex | A3 | 11 | CE | 15 | 5C | 0 | 13 | 11E | 55 | 2C |
| Octal | 243 | 21 | 316 | 25 | 134 | 0 | 23 | 436 | 125 | 54 |
| Binary | 10100011 | 10001 | 11001110 | 10101 | 1011100 | 0 | 10011 | 100011110 | 1010101 | 101100 |
Color Harmonies of #A311CE
Complementary color
Monochromatic Colors of #A311CE
Black with #A311CE
Text Example
Text Example
White with #A311CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311CE; }
p { color: rgb(163,17,206); }
H1.HeaderClassName
{
color: #A311CE;
}
.AnyTagClassName
{
color: #A311CE;
}
</style>
background-color css
<style>
a { background-color: #A311CE; }
a { background-color: rgb(163,17,206); }
div.DivClassName
{
background-color: #A311CE;
}
.BgClassName
{
background-color: #A311CE;
}
</style>
border-color css
<style>
span { border-color: #A311CE; }
span { border-color: rgb(163,17,206); }
td.TdClassName
{
border-color: #A311CE;
}
.TagClassName
{
border-color: #A311CE;
}
</style>