Shades of Dark Violet #A706DD
Tints of Dark Violet #A706DD
RGB
CMYK
RGB Variations
Color information
#A706DD (or 0xA706DD) is known color: Dark Violet. HEX triplet: A7, 06 and DD. RGB value is (167,6,221). Sum of RGB (Red+Green+Blue) = 167+6+221=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #A706DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706DD is #58F922. Grayscale: #4D4D4D. Windows color (decimal): -5830947 or 14485159. OLE color: 14485159.
HSL color Cylindrical-coordinate representation of color #A706DD: hue angle of 284.93º 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 #A706DD is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 6 | 221 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.13 |
| HSL | 284.93º | 0.95% | 0.45% | - |
| HSV(B) | 284.93º | 0.97% | 0.87% | - |
| XYZ | 29.05 | 13.57 | 69.49 | - |
| YUV | 78.65 | 208.34 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 221 | 0.24 | 0.97 | 0 | 0.13 | 284.93 | 0.95 | 0.45 |
| Hex | A7 | 6 | DD | 18 | 61 | 0 | D | 11D | 5F | 2D |
| Octal | 247 | 6 | 335 | 30 | 141 | 0 | 15 | 435 | 137 | 55 |
| Binary | 10100111 | 110 | 11011101 | 11000 | 1100001 | 0 | 1101 | 100011101 | 1011111 | 101101 |
Color Harmonies of #A706DD
Complementary color
Monochromatic Colors of #A706DD
Black with #A706DD
Text Example
Text Example
White with #A706DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A706DD; }
p { color: rgb(167,6,221); }
H1.HeaderClassName
{
color: #A706DD;
}
.AnyTagClassName
{
color: #A706DD;
}
</style>
background-color css
<style>
a { background-color: #A706DD; }
a { background-color: rgb(167,6,221); }
div.DivClassName
{
background-color: #A706DD;
}
.BgClassName
{
background-color: #A706DD;
}
</style>
border-color css
<style>
span { border-color: #A706DD; }
span { border-color: rgb(167,6,221); }
td.TdClassName
{
border-color: #A706DD;
}
.TagClassName
{
border-color: #A706DD;
}
</style>