Shades of Dark Violet #A311DE
Tints of Dark Violet #A311DE
RGB
CMYK
RGB Variations
Color information
#A311DE (or 0xA311DE) is known color: Dark Violet. HEX triplet: A3, 11 and DE. RGB value is (163,17,222). Sum of RGB (Red+Green+Blue) = 163+17+222=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #A311DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311DE is #5CEE21. Grayscale: #535353. Windows color (decimal): -6090274 or 14553507. OLE color: 14553507.
HSL color Cylindrical-coordinate representation of color #A311DE: hue angle of 282.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A311DE is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 17 | 222 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.13 |
| HSL | 282.73º | 0.86% | 0.47% | - |
| HSV(B) | 282.73º | 0.92% | 0.87% | - |
| XYZ | 28.49 | 13.46 | 70.2 | - |
| YUV | 84.02 | 205.87 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 222 | 0.27 | 0.92 | 0 | 0.13 | 282.73 | 0.86 | 0.47 |
| Hex | A3 | 11 | DE | 1B | 5C | 0 | D | 11B | 56 | 2F |
| Octal | 243 | 21 | 336 | 33 | 134 | 0 | 15 | 433 | 126 | 57 |
| Binary | 10100011 | 10001 | 11011110 | 11011 | 1011100 | 0 | 1101 | 100011011 | 1010110 | 101111 |
Color Harmonies of #A311DE
Complementary color
Monochromatic Colors of #A311DE
Black with #A311DE
Text Example
Text Example
White with #A311DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311DE; }
p { color: rgb(163,17,222); }
H1.HeaderClassName
{
color: #A311DE;
}
.AnyTagClassName
{
color: #A311DE;
}
</style>
background-color css
<style>
a { background-color: #A311DE; }
a { background-color: rgb(163,17,222); }
div.DivClassName
{
background-color: #A311DE;
}
.BgClassName
{
background-color: #A311DE;
}
</style>
border-color css
<style>
span { border-color: #A311DE; }
span { border-color: rgb(163,17,222); }
td.TdClassName
{
border-color: #A311DE;
}
.TagClassName
{
border-color: #A311DE;
}
</style>