Shades of Dark Violet #A60AD6
Tints of Dark Violet #A60AD6
RGB
CMYK
RGB Variations
Color information
#A60AD6 (or 0xA60AD6) is known color: Dark Violet. HEX triplet: A6, 0A and D6. RGB value is (166,10,214). Sum of RGB (Red+Green+Blue) = 166+10+214=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #A60AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60AD6 is #59F529. Grayscale: #4F4F4F. Windows color (decimal): -5895466 or 14027430. OLE color: 14027430.
HSL color Cylindrical-coordinate representation of color #A60AD6: hue angle of 285.88º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60AD6 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 10 | 214 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.16 |
| HSL | 285.88º | 0.91% | 0.44% | - |
| HSV(B) | 285.88º | 0.95% | 0.84% | - |
| XYZ | 27.97 | 13.18 | 64.69 | - |
| YUV | 79.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 214 | 0.22 | 0.95 | 0 | 0.16 | 285.88 | 0.91 | 0.44 |
| Hex | A6 | A | D6 | 16 | 5F | 0 | 10 | 11E | 5B | 2C |
| Octal | 246 | 12 | 326 | 26 | 137 | 0 | 20 | 436 | 133 | 54 |
| Binary | 10100110 | 1010 | 11010110 | 10110 | 1011111 | 0 | 10000 | 100011110 | 1011011 | 101100 |
Color Harmonies of #A60AD6
Complementary color
Monochromatic Colors of #A60AD6
Black with #A60AD6
Text Example
Text Example
White with #A60AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AD6; }
p { color: rgb(166,10,214); }
H1.HeaderClassName
{
color: #A60AD6;
}
.AnyTagClassName
{
color: #A60AD6;
}
</style>
background-color css
<style>
a { background-color: #A60AD6; }
a { background-color: rgb(166,10,214); }
div.DivClassName
{
background-color: #A60AD6;
}
.BgClassName
{
background-color: #A60AD6;
}
</style>
border-color css
<style>
span { border-color: #A60AD6; }
span { border-color: rgb(166,10,214); }
td.TdClassName
{
border-color: #A60AD6;
}
.TagClassName
{
border-color: #A60AD6;
}
</style>