Shades of Dark Violet #A317DC
Tints of Dark Violet #A317DC
RGB
CMYK
RGB Variations
Color information
#A317DC (or 0xA317DC) is known color: Dark Violet. HEX triplet: A3, 17 and DC. RGB value is (163,23,220). Sum of RGB (Red+Green+Blue) = 163+23+220=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #A317DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317DC is #5CE823. Grayscale: #565656. Windows color (decimal): -6088740 or 14423971. OLE color: 14423971.
HSL color Cylindrical-coordinate representation of color #A317DC: hue angle of 282.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A317DC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 23 | 220 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.14 |
| HSL | 282.64º | 0.81% | 0.48% | - |
| HSV(B) | 282.64º | 0.9% | 0.86% | - |
| XYZ | 28.33 | 13.57 | 68.84 | - |
| YUV | 87.32 | 202.88 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 220 | 0.26 | 0.90 | 0 | 0.14 | 282.64 | 0.81 | 0.48 |
| Hex | A3 | 17 | DC | 1A | 5A | 0 | E | 11B | 51 | 30 |
| Octal | 243 | 27 | 334 | 32 | 132 | 0 | 16 | 433 | 121 | 60 |
| Binary | 10100011 | 10111 | 11011100 | 11010 | 1011010 | 0 | 1110 | 100011011 | 1010001 | 110000 |
Color Harmonies of #A317DC
Complementary color
Monochromatic Colors of #A317DC
Black with #A317DC
Text Example
Text Example
White with #A317DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A317DC; }
p { color: rgb(163,23,220); }
H1.HeaderClassName
{
color: #A317DC;
}
.AnyTagClassName
{
color: #A317DC;
}
</style>
background-color css
<style>
a { background-color: #A317DC; }
a { background-color: rgb(163,23,220); }
div.DivClassName
{
background-color: #A317DC;
}
.BgClassName
{
background-color: #A317DC;
}
</style>
border-color css
<style>
span { border-color: #A317DC; }
span { border-color: rgb(163,23,220); }
td.TdClassName
{
border-color: #A317DC;
}
.TagClassName
{
border-color: #A317DC;
}
</style>