Shades of Dark Violet #A708DC
Tints of Dark Violet #A708DC
RGB
CMYK
RGB Variations
Color information
#A708DC (or 0xA708DC) is known color: Dark Violet. HEX triplet: A7, 08 and DC. RGB value is (167,8,220). Sum of RGB (Red+Green+Blue) = 167+8+220=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #A708DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708DC is #58F723. Grayscale: #4F4F4F. Windows color (decimal): -5830436 or 14420135. OLE color: 14420135.
HSL color Cylindrical-coordinate representation of color #A708DC: hue angle of 285º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708DC is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 8 | 220 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.14 |
| HSL | 285º | 0.93% | 0.45% | - |
| HSV(B) | 285º | 0.96% | 0.86% | - |
| XYZ | 28.94 | 13.56 | 68.8 | - |
| YUV | 79.71 | 207.18 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 220 | 0.24 | 0.96 | 0 | 0.14 | 285 | 0.93 | 0.45 |
| Hex | A7 | 8 | DC | 18 | 60 | 0 | E | 11D | 5D | 2D |
| Octal | 247 | 10 | 334 | 30 | 140 | 0 | 16 | 435 | 135 | 55 |
| Binary | 10100111 | 1000 | 11011100 | 11000 | 1100000 | 0 | 1110 | 100011101 | 1011101 | 101101 |
Color Harmonies of #A708DC
Complementary color
Monochromatic Colors of #A708DC
Black with #A708DC
Text Example
Text Example
White with #A708DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A708DC; }
p { color: rgb(167,8,220); }
H1.HeaderClassName
{
color: #A708DC;
}
.AnyTagClassName
{
color: #A708DC;
}
</style>
background-color css
<style>
a { background-color: #A708DC; }
a { background-color: rgb(167,8,220); }
div.DivClassName
{
background-color: #A708DC;
}
.BgClassName
{
background-color: #A708DC;
}
</style>
border-color css
<style>
span { border-color: #A708DC; }
span { border-color: rgb(167,8,220); }
td.TdClassName
{
border-color: #A708DC;
}
.TagClassName
{
border-color: #A708DC;
}
</style>