Shades of Dark Violet #A310DA
Tints of Dark Violet #A310DA
RGB
CMYK
RGB Variations
Color information
#A310DA (or 0xA310DA) is known color: Dark Violet. HEX triplet: A3, 10 and DA. RGB value is (163,16,218). Sum of RGB (Red+Green+Blue) = 163+16+218=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #A310DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310DA is #5CEF25. Grayscale: #525252. Windows color (decimal): -6090534 or 14291107. OLE color: 14291107.
HSL color Cylindrical-coordinate representation of color #A310DA: hue angle of 283.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A310DA is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 16 | 218 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.15 |
| HSL | 283.66º | 0.86% | 0.46% | - |
| HSV(B) | 283.66º | 0.93% | 0.85% | - |
| XYZ | 27.94 | 13.22 | 67.41 | - |
| YUV | 82.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 218 | 0.25 | 0.93 | 0 | 0.15 | 283.66 | 0.86 | 0.46 |
| Hex | A3 | 10 | DA | 19 | 5D | 0 | F | 11C | 56 | 2E |
| Octal | 243 | 20 | 332 | 31 | 135 | 0 | 17 | 434 | 126 | 56 |
| Binary | 10100011 | 10000 | 11011010 | 11001 | 1011101 | 0 | 1111 | 100011100 | 1010110 | 101110 |
Color Harmonies of #A310DA
Complementary color
Monochromatic Colors of #A310DA
Black with #A310DA
Text Example
Text Example
White with #A310DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310DA; }
p { color: rgb(163,16,218); }
H1.HeaderClassName
{
color: #A310DA;
}
.AnyTagClassName
{
color: #A310DA;
}
</style>
background-color css
<style>
a { background-color: #A310DA; }
a { background-color: rgb(163,16,218); }
div.DivClassName
{
background-color: #A310DA;
}
.BgClassName
{
background-color: #A310DA;
}
</style>
border-color css
<style>
span { border-color: #A310DA; }
span { border-color: rgb(163,16,218); }
td.TdClassName
{
border-color: #A310DA;
}
.TagClassName
{
border-color: #A310DA;
}
</style>