Shades of Dark Violet #A311DF
Tints of Dark Violet #A311DF
RGB
CMYK
RGB Variations
Color information
#A311DF (or 0xA311DF) is known color: Dark Violet. HEX triplet: A3, 11 and DF. RGB value is (163,17,223). Sum of RGB (Red+Green+Blue) = 163+17+223=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #A311DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311DF is #5CEE20. Grayscale: #535353. Windows color (decimal): -6090273 or 14619043. OLE color: 14619043.
HSL color Cylindrical-coordinate representation of color #A311DF: hue angle of 282.52º 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 #A311DF is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 17 | 223 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.13 |
| HSL | 282.52º | 0.86% | 0.47% | - |
| HSV(B) | 282.52º | 0.92% | 0.87% | - |
| XYZ | 28.62 | 13.52 | 70.91 | - |
| YUV | 84.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 223 | 0.27 | 0.92 | 0 | 0.13 | 282.52 | 0.86 | 0.47 |
| Hex | A3 | 11 | DF | 1B | 5C | 0 | D | 11B | 56 | 2F |
| Octal | 243 | 21 | 337 | 33 | 134 | 0 | 15 | 433 | 126 | 57 |
| Binary | 10100011 | 10001 | 11011111 | 11011 | 1011100 | 0 | 1101 | 100011011 | 1010110 | 101111 |
Color Harmonies of #A311DF
Complementary color
Monochromatic Colors of #A311DF
Black with #A311DF
Text Example
Text Example
White with #A311DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311DF; }
p { color: rgb(163,17,223); }
H1.HeaderClassName
{
color: #A311DF;
}
.AnyTagClassName
{
color: #A311DF;
}
</style>
background-color css
<style>
a { background-color: #A311DF; }
a { background-color: rgb(163,17,223); }
div.DivClassName
{
background-color: #A311DF;
}
.BgClassName
{
background-color: #A311DF;
}
</style>
border-color css
<style>
span { border-color: #A311DF; }
span { border-color: rgb(163,17,223); }
td.TdClassName
{
border-color: #A311DF;
}
.TagClassName
{
border-color: #A311DF;
}
</style>