Shades of Dark Violet #A706DF
Tints of Dark Violet #A706DF
RGB
CMYK
RGB Variations
Color information
#A706DF (or 0xA706DF) is known color: Dark Violet. HEX triplet: A7, 06 and DF. RGB value is (167,6,223). Sum of RGB (Red+Green+Blue) = 167+6+223=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #A706DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706DF is #58F920. Grayscale: #4E4E4E. Windows color (decimal): -5830945 or 14616231. OLE color: 14616231.
HSL color Cylindrical-coordinate representation of color #A706DF: hue angle of 284.52º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706DF is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 6 | 223 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.13 |
| HSL | 284.52º | 0.95% | 0.45% | - |
| HSV(B) | 284.52º | 0.97% | 0.87% | - |
| XYZ | 29.32 | 13.67 | 70.91 | - |
| YUV | 78.88 | 209.34 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 223 | 0.25 | 0.97 | 0 | 0.13 | 284.52 | 0.95 | 0.45 |
| Hex | A7 | 6 | DF | 19 | 61 | 0 | D | 11D | 5F | 2D |
| Octal | 247 | 6 | 337 | 31 | 141 | 0 | 15 | 435 | 137 | 55 |
| Binary | 10100111 | 110 | 11011111 | 11001 | 1100001 | 0 | 1101 | 100011101 | 1011111 | 101101 |
Color Harmonies of #A706DF
Complementary color
Monochromatic Colors of #A706DF
Black with #A706DF
Text Example
Text Example
White with #A706DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A706DF; }
p { color: rgb(167,6,223); }
H1.HeaderClassName
{
color: #A706DF;
}
.AnyTagClassName
{
color: #A706DF;
}
</style>
background-color css
<style>
a { background-color: #A706DF; }
a { background-color: rgb(167,6,223); }
div.DivClassName
{
background-color: #A706DF;
}
.BgClassName
{
background-color: #A706DF;
}
</style>
border-color css
<style>
span { border-color: #A706DF; }
span { border-color: rgb(167,6,223); }
td.TdClassName
{
border-color: #A706DF;
}
.TagClassName
{
border-color: #A706DF;
}
</style>