Shades of Dark Violet #A310CE
Tints of Dark Violet #A310CE
RGB
CMYK
RGB Variations
Color information
#A310CE (or 0xA310CE) is known color: Dark Violet. HEX triplet: A3, 10 and CE. RGB value is (163,16,206). Sum of RGB (Red+Green+Blue) = 163+16+206=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #A310CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310CE is #5CEF31. Grayscale: #515151. Windows color (decimal): -6090546 or 13504675. OLE color: 13504675.
HSL color Cylindrical-coordinate representation of color #A310CE: hue angle of 286.42º degrees, saturation: 0.86, 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 #A310CE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 16 | 206 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.19 |
| HSL | 286.42º | 0.86% | 0.44% | - |
| HSV(B) | 286.42º | 0.92% | 0.81% | - |
| XYZ | 26.43 | 12.61 | 59.43 | - |
| YUV | 81.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 206 | 0.21 | 0.92 | 0 | 0.19 | 286.42 | 0.86 | 0.44 |
| Hex | A3 | 10 | CE | 15 | 5C | 0 | 13 | 11E | 56 | 2C |
| Octal | 243 | 20 | 316 | 25 | 134 | 0 | 23 | 436 | 126 | 54 |
| Binary | 10100011 | 10000 | 11001110 | 10101 | 1011100 | 0 | 10011 | 100011110 | 1010110 | 101100 |
Color Harmonies of #A310CE
Complementary color
Monochromatic Colors of #A310CE
Black with #A310CE
Text Example
Text Example
White with #A310CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310CE; }
p { color: rgb(163,16,206); }
H1.HeaderClassName
{
color: #A310CE;
}
.AnyTagClassName
{
color: #A310CE;
}
</style>
background-color css
<style>
a { background-color: #A310CE; }
a { background-color: rgb(163,16,206); }
div.DivClassName
{
background-color: #A310CE;
}
.BgClassName
{
background-color: #A310CE;
}
</style>
border-color css
<style>
span { border-color: #A310CE; }
span { border-color: rgb(163,16,206); }
td.TdClassName
{
border-color: #A310CE;
}
.TagClassName
{
border-color: #A310CE;
}
</style>