Shades of Dark Violet #A708C9
Tints of Dark Violet #A708C9
RGB
CMYK
RGB Variations
Color information
#A708C9 (or 0xA708C9) is known color: Dark Violet. HEX triplet: A7, 08 and C9. RGB value is (167,8,201). Sum of RGB (Red+Green+Blue) = 167+8+201=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #A708C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708C9 is #58F736. Grayscale: #4C4C4C. Windows color (decimal): -5830455 or 13174951. OLE color: 13174951.
HSL color Cylindrical-coordinate representation of color #A708C9: hue angle of 289.43º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708C9 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 8 | 201 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.21 |
| HSL | 289.43º | 0.92% | 0.41% | - |
| HSV(B) | 289.43º | 0.96% | 0.79% | - |
| XYZ | 26.57 | 12.61 | 56.29 | - |
| YUV | 77.54 | 197.68 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 201 | 0.17 | 0.96 | 0 | 0.21 | 289.43 | 0.92 | 0.41 |
| Hex | A7 | 8 | C9 | 11 | 60 | 0 | 15 | 121 | 5C | 29 |
| Octal | 247 | 10 | 311 | 21 | 140 | 0 | 25 | 441 | 134 | 51 |
| Binary | 10100111 | 1000 | 11001001 | 10001 | 1100000 | 0 | 10101 | 100100001 | 1011100 | 101001 |
Color Harmonies of #A708C9
Complementary color
Monochromatic Colors of #A708C9
Black with #A708C9
Text Example
Text Example
White with #A708C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A708C9; }
p { color: rgb(167,8,201); }
H1.HeaderClassName
{
color: #A708C9;
}
.AnyTagClassName
{
color: #A708C9;
}
</style>
background-color css
<style>
a { background-color: #A708C9; }
a { background-color: rgb(167,8,201); }
div.DivClassName
{
background-color: #A708C9;
}
.BgClassName
{
background-color: #A708C9;
}
</style>
border-color css
<style>
span { border-color: #A708C9; }
span { border-color: rgb(167,8,201); }
td.TdClassName
{
border-color: #A708C9;
}
.TagClassName
{
border-color: #A708C9;
}
</style>