Shades of Dark Violet #A310DF
Tints of Dark Violet #A310DF
RGB
CMYK
RGB Variations
Color information
#A310DF (or 0xA310DF) is known color: Dark Violet. HEX triplet: A3, 10 and DF. RGB value is (163,16,223). Sum of RGB (Red+Green+Blue) = 163+16+223=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #A310DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310DF is #5CEF20. Grayscale: #525252. Windows color (decimal): -6090529 or 14618787. OLE color: 14618787.
HSL color Cylindrical-coordinate representation of color #A310DF: hue angle of 282.61º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A310DF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 16 | 223 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.13 |
| HSL | 282.61º | 0.87% | 0.47% | - |
| HSV(B) | 282.61º | 0.93% | 0.87% | - |
| XYZ | 28.61 | 13.48 | 70.91 | - |
| YUV | 83.55 | 206.7 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 223 | 0.27 | 0.93 | 0 | 0.13 | 282.61 | 0.87 | 0.47 |
| Hex | A3 | 10 | DF | 1B | 5D | 0 | D | 11B | 57 | 2F |
| Octal | 243 | 20 | 337 | 33 | 135 | 0 | 15 | 433 | 127 | 57 |
| Binary | 10100011 | 10000 | 11011111 | 11011 | 1011101 | 0 | 1101 | 100011011 | 1010111 | 101111 |
Color Harmonies of #A310DF
Complementary color
Monochromatic Colors of #A310DF
Black with #A310DF
Text Example
Text Example
White with #A310DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310DF; }
p { color: rgb(163,16,223); }
H1.HeaderClassName
{
color: #A310DF;
}
.AnyTagClassName
{
color: #A310DF;
}
</style>
background-color css
<style>
a { background-color: #A310DF; }
a { background-color: rgb(163,16,223); }
div.DivClassName
{
background-color: #A310DF;
}
.BgClassName
{
background-color: #A310DF;
}
</style>
border-color css
<style>
span { border-color: #A310DF; }
span { border-color: rgb(163,16,223); }
td.TdClassName
{
border-color: #A310DF;
}
.TagClassName
{
border-color: #A310DF;
}
</style>