Shades of Dark Violet #A718DC
Tints of Dark Violet #A718DC
RGB
CMYK
RGB Variations
Color information
#A718DC (or 0xA718DC) is known color: Dark Violet. HEX triplet: A7, 18 and DC. RGB value is (167,24,220). Sum of RGB (Red+Green+Blue) = 167+24+220=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #A718DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718DC is #58E723. Grayscale: #585858. Windows color (decimal): -5826340 or 14424231. OLE color: 14424231.
HSL color Cylindrical-coordinate representation of color #A718DC: hue angle of 283.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A718DC is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 24 | 220 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.14 |
| HSL | 283.78º | 0.8% | 0.48% | - |
| HSV(B) | 283.78º | 0.89% | 0.86% | - |
| XYZ | 29.18 | 14.04 | 68.88 | - |
| YUV | 89.1 | 201.88 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 220 | 0.24 | 0.89 | 0 | 0.14 | 283.78 | 0.8 | 0.48 |
| Hex | A7 | 18 | DC | 18 | 59 | 0 | E | 11C | 50 | 30 |
| Octal | 247 | 30 | 334 | 30 | 131 | 0 | 16 | 434 | 120 | 60 |
| Binary | 10100111 | 11000 | 11011100 | 11000 | 1011001 | 0 | 1110 | 100011100 | 1010000 | 110000 |
Color Harmonies of #A718DC
Complementary color
Monochromatic Colors of #A718DC
Black with #A718DC
Text Example
Text Example
White with #A718DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718DC; }
p { color: rgb(167,24,220); }
H1.HeaderClassName
{
color: #A718DC;
}
.AnyTagClassName
{
color: #A718DC;
}
</style>
background-color css
<style>
a { background-color: #A718DC; }
a { background-color: rgb(167,24,220); }
div.DivClassName
{
background-color: #A718DC;
}
.BgClassName
{
background-color: #A718DC;
}
</style>
border-color css
<style>
span { border-color: #A718DC; }
span { border-color: rgb(167,24,220); }
td.TdClassName
{
border-color: #A718DC;
}
.TagClassName
{
border-color: #A718DC;
}
</style>