Shades of Dark Violet #A706E0
Tints of Dark Violet #A706E0
RGB
CMYK
RGB Variations
Color information
#A706E0 (or 0xA706E0) is known color: Dark Violet. HEX triplet: A7, 06 and E0. RGB value is (167,6,224). Sum of RGB (Red+Green+Blue) = 167+6+224=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #A706E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706E0 is #58F91F. Grayscale: #4E4E4E. Windows color (decimal): -5830944 or 14681767. OLE color: 14681767.
HSL color Cylindrical-coordinate representation of color #A706E0: hue angle of 284.31º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706E0 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 6 | 224 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.12 |
| HSL | 284.31º | 0.95% | 0.45% | - |
| HSV(B) | 284.31º | 0.97% | 0.88% | - |
| XYZ | 29.46 | 13.73 | 71.62 | - |
| YUV | 78.99 | 209.84 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 224 | 0.25 | 0.97 | 0 | 0.12 | 284.31 | 0.95 | 0.45 |
| Hex | A7 | 6 | E0 | 19 | 61 | 0 | C | 11C | 5F | 2D |
| Octal | 247 | 6 | 340 | 31 | 141 | 0 | 14 | 434 | 137 | 55 |
| Binary | 10100111 | 110 | 11100000 | 11001 | 1100001 | 0 | 1100 | 100011100 | 1011111 | 101101 |
Color Harmonies of #A706E0
Complementary color
Monochromatic Colors of #A706E0
Black with #A706E0
Text Example
Text Example
White with #A706E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A706E0; }
p { color: rgb(167,6,224); }
H1.HeaderClassName
{
color: #A706E0;
}
.AnyTagClassName
{
color: #A706E0;
}
</style>
background-color css
<style>
a { background-color: #A706E0; }
a { background-color: rgb(167,6,224); }
div.DivClassName
{
background-color: #A706E0;
}
.BgClassName
{
background-color: #A706E0;
}
</style>
border-color css
<style>
span { border-color: #A706E0; }
span { border-color: rgb(167,6,224); }
td.TdClassName
{
border-color: #A706E0;
}
.TagClassName
{
border-color: #A706E0;
}
</style>