Shades of Dark Violet #A708E3
Tints of Dark Violet #A708E3
RGB
CMYK
RGB Variations
Color information
#A708E3 (or 0xA708E3) is known color: Dark Violet. HEX triplet: A7, 08 and E3. RGB value is (167,8,227). Sum of RGB (Red+Green+Blue) = 167+8+227=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 227 (89.06% from 255 or 56.47% from 402); Max value from RGB is 227 - color contains mainly: blue. Hex color #A708E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708E3 is #58F71C. Grayscale: #4F4F4F. Windows color (decimal): -5830429 or 14878887. OLE color: 14878887.
HSL color Cylindrical-coordinate representation of color #A708E3: hue angle of 283.56º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708E3 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 8 | 227 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.11 |
| HSL | 283.56º | 0.93% | 0.46% | - |
| HSV(B) | 283.56º | 0.96% | 0.89% | - |
| XYZ | 29.89 | 13.94 | 73.79 | - |
| YUV | 80.51 | 210.68 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 227 | 0.26 | 0.96 | 0 | 0.11 | 283.56 | 0.93 | 0.46 |
| Hex | A7 | 8 | E3 | 1A | 60 | 0 | B | 11C | 5D | 2E |
| Octal | 247 | 10 | 343 | 32 | 140 | 0 | 13 | 434 | 135 | 56 |
| Binary | 10100111 | 1000 | 11100011 | 11010 | 1100000 | 0 | 1011 | 100011100 | 1011101 | 101110 |
Color Harmonies of #A708E3
Complementary color
Monochromatic Colors of #A708E3
Black with #A708E3
Text Example
Text Example
White with #A708E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A708E3; }
p { color: rgb(167,8,227); }
H1.HeaderClassName
{
color: #A708E3;
}
.AnyTagClassName
{
color: #A708E3;
}
</style>
background-color css
<style>
a { background-color: #A708E3; }
a { background-color: rgb(167,8,227); }
div.DivClassName
{
background-color: #A708E3;
}
.BgClassName
{
background-color: #A708E3;
}
</style>
border-color css
<style>
span { border-color: #A708E3; }
span { border-color: rgb(167,8,227); }
td.TdClassName
{
border-color: #A708E3;
}
.TagClassName
{
border-color: #A708E3;
}
</style>