Shades of Dark Violet #A716DF
Tints of Dark Violet #A716DF
RGB
CMYK
RGB Variations
Color information
#A716DF (or 0xA716DF) is known color: Dark Violet. HEX triplet: A7, 16 and DF. RGB value is (167,22,223). Sum of RGB (Red+Green+Blue) = 167+22+223=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #A716DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A716DF is #58E920. Grayscale: #575757. Windows color (decimal): -5826849 or 14620327. OLE color: 14620327.
HSL color Cylindrical-coordinate representation of color #A716DF: hue angle of 283.28º 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 #A716DF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 22 | 223 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.13 |
| HSL | 283.28º | 0.82% | 0.48% | - |
| HSV(B) | 283.28º | 0.9% | 0.87% | - |
| XYZ | 29.54 | 14.12 | 70.98 | - |
| YUV | 88.27 | 204.04 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 22 | 223 | 0.25 | 0.90 | 0 | 0.13 | 283.28 | 0.82 | 0.48 |
| Hex | A7 | 16 | DF | 19 | 5A | 0 | D | 11B | 52 | 30 |
| Octal | 247 | 26 | 337 | 31 | 132 | 0 | 15 | 433 | 122 | 60 |
| Binary | 10100111 | 10110 | 11011111 | 11001 | 1011010 | 0 | 1101 | 100011011 | 1010010 | 110000 |
Color Harmonies of #A716DF
Complementary color
Monochromatic Colors of #A716DF
Black with #A716DF
Text Example
Text Example
White with #A716DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A716DF; }
p { color: rgb(167,22,223); }
H1.HeaderClassName
{
color: #A716DF;
}
.AnyTagClassName
{
color: #A716DF;
}
</style>
background-color css
<style>
a { background-color: #A716DF; }
a { background-color: rgb(167,22,223); }
div.DivClassName
{
background-color: #A716DF;
}
.BgClassName
{
background-color: #A716DF;
}
</style>
border-color css
<style>
span { border-color: #A716DF; }
span { border-color: rgb(167,22,223); }
td.TdClassName
{
border-color: #A716DF;
}
.TagClassName
{
border-color: #A716DF;
}
</style>