Shades of Dark Violet #A316DE
Tints of Dark Violet #A316DE
RGB
CMYK
RGB Variations
Color information
#A316DE (or 0xA316DE) is known color: Dark Violet. HEX triplet: A3, 16 and DE. RGB value is (163,22,222). Sum of RGB (Red+Green+Blue) = 163+22+222=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #A316DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316DE is #5CE921. Grayscale: #565656. Windows color (decimal): -6088994 or 14554787. OLE color: 14554787.
HSL color Cylindrical-coordinate representation of color #A316DE: hue angle of 282.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A316DE is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 22 | 222 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.13 |
| HSL | 282.3º | 0.82% | 0.48% | - |
| HSV(B) | 282.3º | 0.9% | 0.87% | - |
| XYZ | 28.58 | 13.63 | 70.23 | - |
| YUV | 86.96 | 204.21 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 222 | 0.27 | 0.90 | 0 | 0.13 | 282.3 | 0.82 | 0.48 |
| Hex | A3 | 16 | DE | 1B | 5A | 0 | D | 11A | 52 | 30 |
| Octal | 243 | 26 | 336 | 33 | 132 | 0 | 15 | 432 | 122 | 60 |
| Binary | 10100011 | 10110 | 11011110 | 11011 | 1011010 | 0 | 1101 | 100011010 | 1010010 | 110000 |
Color Harmonies of #A316DE
Complementary color
Monochromatic Colors of #A316DE
Black with #A316DE
Text Example
Text Example
White with #A316DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A316DE; }
p { color: rgb(163,22,222); }
H1.HeaderClassName
{
color: #A316DE;
}
.AnyTagClassName
{
color: #A316DE;
}
</style>
background-color css
<style>
a { background-color: #A316DE; }
a { background-color: rgb(163,22,222); }
div.DivClassName
{
background-color: #A316DE;
}
.BgClassName
{
background-color: #A316DE;
}
</style>
border-color css
<style>
span { border-color: #A316DE; }
span { border-color: rgb(163,22,222); }
td.TdClassName
{
border-color: #A316DE;
}
.TagClassName
{
border-color: #A316DE;
}
</style>