Shades of Dark Violet #A718DF
Tints of Dark Violet #A718DF
RGB
CMYK
RGB Variations
Color information
#A718DF (or 0xA718DF) is known color: Dark Violet. HEX triplet: A7, 18 and DF. RGB value is (167,24,223). Sum of RGB (Red+Green+Blue) = 167+24+223=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #A718DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718DF is #58E720. Grayscale: #585858. Windows color (decimal): -5826337 or 14620839. OLE color: 14620839.
HSL color Cylindrical-coordinate representation of color #A718DF: hue angle of 283.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A718DF is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 24 | 223 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.13 |
| HSL | 283.12º | 0.81% | 0.48% | - |
| HSV(B) | 283.12º | 0.89% | 0.87% | - |
| XYZ | 29.58 | 14.2 | 70.99 | - |
| YUV | 89.44 | 203.38 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 223 | 0.25 | 0.89 | 0 | 0.13 | 283.12 | 0.81 | 0.48 |
| Hex | A7 | 18 | DF | 19 | 59 | 0 | D | 11B | 51 | 30 |
| Octal | 247 | 30 | 337 | 31 | 131 | 0 | 15 | 433 | 121 | 60 |
| Binary | 10100111 | 11000 | 11011111 | 11001 | 1011001 | 0 | 1101 | 100011011 | 1010001 | 110000 |
Color Harmonies of #A718DF
Complementary color
Monochromatic Colors of #A718DF
Black with #A718DF
Text Example
Text Example
White with #A718DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718DF; }
p { color: rgb(167,24,223); }
H1.HeaderClassName
{
color: #A718DF;
}
.AnyTagClassName
{
color: #A718DF;
}
</style>
background-color css
<style>
a { background-color: #A718DF; }
a { background-color: rgb(167,24,223); }
div.DivClassName
{
background-color: #A718DF;
}
.BgClassName
{
background-color: #A718DF;
}
</style>
border-color css
<style>
span { border-color: #A718DF; }
span { border-color: rgb(167,24,223); }
td.TdClassName
{
border-color: #A718DF;
}
.TagClassName
{
border-color: #A718DF;
}
</style>