Shades of Dark Violet #A60FDE
Tints of Dark Violet #A60FDE
RGB
CMYK
RGB Variations
Color information
#A60FDE (or 0xA60FDE) is known color: Dark Violet. HEX triplet: A6, 0F and DE. RGB value is (166,15,222). Sum of RGB (Red+Green+Blue) = 166+15+222=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #A60FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FDE is #59F021. Grayscale: #535353. Windows color (decimal): -5894178 or 14552998. OLE color: 14552998.
HSL color Cylindrical-coordinate representation of color #A60FDE: hue angle of 283.77º 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 #A60FDE is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 15 | 222 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.13 |
| HSL | 283.77º | 0.87% | 0.46% | - |
| HSV(B) | 283.77º | 0.93% | 0.87% | - |
| XYZ | 29.08 | 13.72 | 70.22 | - |
| YUV | 83.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 222 | 0.25 | 0.93 | 0 | 0.13 | 283.77 | 0.87 | 0.46 |
| Hex | A6 | F | DE | 19 | 5D | 0 | D | 11C | 57 | 2E |
| Octal | 246 | 17 | 336 | 31 | 135 | 0 | 15 | 434 | 127 | 56 |
| Binary | 10100110 | 1111 | 11011110 | 11001 | 1011101 | 0 | 1101 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A60FDE
Complementary color
Monochromatic Colors of #A60FDE
Black with #A60FDE
Text Example
Text Example
White with #A60FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FDE; }
p { color: rgb(166,15,222); }
H1.HeaderClassName
{
color: #A60FDE;
}
.AnyTagClassName
{
color: #A60FDE;
}
</style>
background-color css
<style>
a { background-color: #A60FDE; }
a { background-color: rgb(166,15,222); }
div.DivClassName
{
background-color: #A60FDE;
}
.BgClassName
{
background-color: #A60FDE;
}
</style>
border-color css
<style>
span { border-color: #A60FDE; }
span { border-color: rgb(166,15,222); }
td.TdClassName
{
border-color: #A60FDE;
}
.TagClassName
{
border-color: #A60FDE;
}
</style>