Shades of Dark Violet #A716D9
Tints of Dark Violet #A716D9
RGB
CMYK
RGB Variations
Color information
#A716D9 (or 0xA716D9) is known color: Dark Violet. HEX triplet: A7, 16 and D9. RGB value is (167,22,217). Sum of RGB (Red+Green+Blue) = 167+22+217=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #A716D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A716D9 is #58E926. Grayscale: #565656. Windows color (decimal): -5826855 or 14227111. OLE color: 14227111.
HSL color Cylindrical-coordinate representation of color #A716D9: hue angle of 284.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A716D9 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 22 | 217 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.15 |
| HSL | 284.62º | 0.82% | 0.47% | - |
| HSV(B) | 284.62º | 0.9% | 0.85% | - |
| XYZ | 28.75 | 13.8 | 66.79 | - |
| YUV | 87.59 | 201.04 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 22 | 217 | 0.23 | 0.90 | 0 | 0.15 | 284.62 | 0.82 | 0.47 |
| Hex | A7 | 16 | D9 | 17 | 5A | 0 | F | 11D | 52 | 2F |
| Octal | 247 | 26 | 331 | 27 | 132 | 0 | 17 | 435 | 122 | 57 |
| Binary | 10100111 | 10110 | 11011001 | 10111 | 1011010 | 0 | 1111 | 100011101 | 1010010 | 101111 |
Color Harmonies of #A716D9
Complementary color
Monochromatic Colors of #A716D9
Black with #A716D9
Text Example
Text Example
White with #A716D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A716D9; }
p { color: rgb(167,22,217); }
H1.HeaderClassName
{
color: #A716D9;
}
.AnyTagClassName
{
color: #A716D9;
}
</style>
background-color css
<style>
a { background-color: #A716D9; }
a { background-color: rgb(167,22,217); }
div.DivClassName
{
background-color: #A716D9;
}
.BgClassName
{
background-color: #A716D9;
}
</style>
border-color css
<style>
span { border-color: #A716D9; }
span { border-color: rgb(167,22,217); }
td.TdClassName
{
border-color: #A716D9;
}
.TagClassName
{
border-color: #A716D9;
}
</style>