Shades of Dark Violet #A317DD
Tints of Dark Violet #A317DD
RGB
CMYK
RGB Variations
Color information
#A317DD (or 0xA317DD) is known color: Dark Violet. HEX triplet: A3, 17 and DD. RGB value is (163,23,221). Sum of RGB (Red+Green+Blue) = 163+23+221=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #A317DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317DD is #5CE822. Grayscale: #565656. Windows color (decimal): -6088739 or 14489507. OLE color: 14489507.
HSL color Cylindrical-coordinate representation of color #A317DD: hue angle of 282.42º degrees, saturation: 0.81, 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 #A317DD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 23 | 221 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.13 |
| HSL | 282.42º | 0.81% | 0.48% | - |
| HSV(B) | 282.42º | 0.9% | 0.87% | - |
| XYZ | 28.46 | 13.62 | 69.54 | - |
| YUV | 87.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 221 | 0.26 | 0.90 | 0 | 0.13 | 282.42 | 0.81 | 0.48 |
| Hex | A3 | 17 | DD | 1A | 5A | 0 | D | 11A | 51 | 30 |
| Octal | 243 | 27 | 335 | 32 | 132 | 0 | 15 | 432 | 121 | 60 |
| Binary | 10100011 | 10111 | 11011101 | 11010 | 1011010 | 0 | 1101 | 100011010 | 1010001 | 110000 |
Color Harmonies of #A317DD
Complementary color
Monochromatic Colors of #A317DD
Black with #A317DD
Text Example
Text Example
White with #A317DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A317DD; }
p { color: rgb(163,23,221); }
H1.HeaderClassName
{
color: #A317DD;
}
.AnyTagClassName
{
color: #A317DD;
}
</style>
background-color css
<style>
a { background-color: #A317DD; }
a { background-color: rgb(163,23,221); }
div.DivClassName
{
background-color: #A317DD;
}
.BgClassName
{
background-color: #A317DD;
}
</style>
border-color css
<style>
span { border-color: #A317DD; }
span { border-color: rgb(163,23,221); }
td.TdClassName
{
border-color: #A317DD;
}
.TagClassName
{
border-color: #A317DD;
}
</style>