Shades of Dark Violet #A60AD8
Tints of Dark Violet #A60AD8
RGB
CMYK
RGB Variations
Color information
#A60AD8 (or 0xA60AD8) is known color: Dark Violet. HEX triplet: A6, 0A and D8. RGB value is (166,10,216). Sum of RGB (Red+Green+Blue) = 166+10+216=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #A60AD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60AD8 is #59F527. Grayscale: #4F4F4F. Windows color (decimal): -5895464 or 14158502. OLE color: 14158502.
HSL color Cylindrical-coordinate representation of color #A60AD8: hue angle of 285.44º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60AD8 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 10 | 216 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.15 |
| HSL | 285.44º | 0.91% | 0.44% | - |
| HSV(B) | 285.44º | 0.95% | 0.85% | - |
| XYZ | 28.23 | 13.28 | 66.04 | - |
| YUV | 80.13 | 204.68 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 216 | 0.23 | 0.95 | 0 | 0.15 | 285.44 | 0.91 | 0.44 |
| Hex | A6 | A | D8 | 17 | 5F | 0 | F | 11D | 5B | 2C |
| Octal | 246 | 12 | 330 | 27 | 137 | 0 | 17 | 435 | 133 | 54 |
| Binary | 10100110 | 1010 | 11011000 | 10111 | 1011111 | 0 | 1111 | 100011101 | 1011011 | 101100 |
Color Harmonies of #A60AD8
Complementary color
Monochromatic Colors of #A60AD8
Black with #A60AD8
Text Example
Text Example
White with #A60AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AD8; }
p { color: rgb(166,10,216); }
H1.HeaderClassName
{
color: #A60AD8;
}
.AnyTagClassName
{
color: #A60AD8;
}
</style>
background-color css
<style>
a { background-color: #A60AD8; }
a { background-color: rgb(166,10,216); }
div.DivClassName
{
background-color: #A60AD8;
}
.BgClassName
{
background-color: #A60AD8;
}
</style>
border-color css
<style>
span { border-color: #A60AD8; }
span { border-color: rgb(166,10,216); }
td.TdClassName
{
border-color: #A60AD8;
}
.TagClassName
{
border-color: #A60AD8;
}
</style>