Shades of Dark Violet #A60FDD
Tints of Dark Violet #A60FDD
RGB
CMYK
RGB Variations
Color information
#A60FDD (or 0xA60FDD) is known color: Dark Violet. HEX triplet: A6, 0F and DD. RGB value is (166,15,221). Sum of RGB (Red+Green+Blue) = 166+15+221=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #A60FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FDD is #59F022. Grayscale: #525252. Windows color (decimal): -5894179 or 14487462. OLE color: 14487462.
HSL color Cylindrical-coordinate representation of color #A60FDD: hue angle of 283.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60FDD is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 15 | 221 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.13 |
| HSL | 283.98º | 0.87% | 0.46% | - |
| HSV(B) | 283.98º | 0.93% | 0.87% | - |
| XYZ | 28.95 | 13.67 | 69.52 | - |
| YUV | 83.63 | 205.53 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 221 | 0.25 | 0.93 | 0 | 0.13 | 283.98 | 0.87 | 0.46 |
| Hex | A6 | F | DD | 19 | 5D | 0 | D | 11C | 57 | 2E |
| Octal | 246 | 17 | 335 | 31 | 135 | 0 | 15 | 434 | 127 | 56 |
| Binary | 10100110 | 1111 | 11011101 | 11001 | 1011101 | 0 | 1101 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A60FDD
Complementary color
Monochromatic Colors of #A60FDD
Black with #A60FDD
Text Example
Text Example
White with #A60FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FDD; }
p { color: rgb(166,15,221); }
H1.HeaderClassName
{
color: #A60FDD;
}
.AnyTagClassName
{
color: #A60FDD;
}
</style>
background-color css
<style>
a { background-color: #A60FDD; }
a { background-color: rgb(166,15,221); }
div.DivClassName
{
background-color: #A60FDD;
}
.BgClassName
{
background-color: #A60FDD;
}
</style>
border-color css
<style>
span { border-color: #A60FDD; }
span { border-color: rgb(166,15,221); }
td.TdClassName
{
border-color: #A60FDD;
}
.TagClassName
{
border-color: #A60FDD;
}
</style>