Shades of Dark Violet #A314CE
Tints of Dark Violet #A314CE
RGB
CMYK
RGB Variations
Color information
#A314CE (or 0xA314CE) is known color: Dark Violet. HEX triplet: A3, 14 and CE. RGB value is (163,20,206). Sum of RGB (Red+Green+Blue) = 163+20+206=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #A314CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314CE is #5CEB31. Grayscale: #535353. Windows color (decimal): -6089522 or 13505699. OLE color: 13505699.
HSL color Cylindrical-coordinate representation of color #A314CE: hue angle of 286.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A314CE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 20 | 206 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.19 |
| HSL | 286.13º | 0.82% | 0.44% | - |
| HSV(B) | 286.13º | 0.9% | 0.81% | - |
| XYZ | 26.49 | 12.74 | 59.46 | - |
| YUV | 83.96 | 196.88 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 206 | 0.21 | 0.90 | 0 | 0.19 | 286.13 | 0.82 | 0.44 |
| Hex | A3 | 14 | CE | 15 | 5A | 0 | 13 | 11E | 52 | 2C |
| Octal | 243 | 24 | 316 | 25 | 132 | 0 | 23 | 436 | 122 | 54 |
| Binary | 10100011 | 10100 | 11001110 | 10101 | 1011010 | 0 | 10011 | 100011110 | 1010010 | 101100 |
Color Harmonies of #A314CE
Complementary color
Monochromatic Colors of #A314CE
Black with #A314CE
Text Example
Text Example
White with #A314CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314CE; }
p { color: rgb(163,20,206); }
H1.HeaderClassName
{
color: #A314CE;
}
.AnyTagClassName
{
color: #A314CE;
}
</style>
background-color css
<style>
a { background-color: #A314CE; }
a { background-color: rgb(163,20,206); }
div.DivClassName
{
background-color: #A314CE;
}
.BgClassName
{
background-color: #A314CE;
}
</style>
border-color css
<style>
span { border-color: #A314CE; }
span { border-color: rgb(163,20,206); }
td.TdClassName
{
border-color: #A314CE;
}
.TagClassName
{
border-color: #A314CE;
}
</style>