Shades of Dark Violet #A316DC
Tints of Dark Violet #A316DC
RGB
CMYK
RGB Variations
Color information
#A316DC (or 0xA316DC) is known color: Dark Violet. HEX triplet: A3, 16 and DC. RGB value is (163,22,220). Sum of RGB (Red+Green+Blue) = 163+22+220=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #A316DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316DC is #5CE923. Grayscale: #565656. Windows color (decimal): -6088996 or 14423715. OLE color: 14423715.
HSL color Cylindrical-coordinate representation of color #A316DC: hue angle of 282.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A316DC is Cyan = 0.26, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 22 | 220 | - |
| CMYK | 0.26 | 0.9 | 0 | 0.14 |
| HSL | 282.73º | 0.82% | 0.47% | - |
| HSV(B) | 282.73º | 0.9% | 0.86% | - |
| XYZ | 28.31 | 13.53 | 68.83 | - |
| YUV | 86.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 220 | 0.26 | 0.9 | 0 | 0.14 | 282.73 | 0.82 | 0.47 |
| Hex | A3 | 16 | DC | 1A | 5A | 0 | E | 11B | 52 | 2F |
| Octal | 243 | 26 | 334 | 32 | 132 | 0 | 16 | 433 | 122 | 57 |
| Binary | 10100011 | 10110 | 11011100 | 11010 | 1011010 | 0 | 1110 | 100011011 | 1010010 | 101111 |
Color Harmonies of #A316DC
Complementary color
Monochromatic Colors of #A316DC
Black with #A316DC
Text Example
Text Example
White with #A316DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A316DC; }
p { color: rgb(163,22,220); }
H1.HeaderClassName
{
color: #A316DC;
}
.AnyTagClassName
{
color: #A316DC;
}
</style>
background-color css
<style>
a { background-color: #A316DC; }
a { background-color: rgb(163,22,220); }
div.DivClassName
{
background-color: #A316DC;
}
.BgClassName
{
background-color: #A316DC;
}
</style>
border-color css
<style>
span { border-color: #A316DC; }
span { border-color: rgb(163,22,220); }
td.TdClassName
{
border-color: #A316DC;
}
.TagClassName
{
border-color: #A316DC;
}
</style>