Shades of Dark Violet #A60FDC
Tints of Dark Violet #A60FDC
RGB
CMYK
RGB Variations
Color information
#A60FDC (or 0xA60FDC) is known color: Dark Violet. HEX triplet: A6, 0F and DC. RGB value is (166,15,220). Sum of RGB (Red+Green+Blue) = 166+15+220=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #A60FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FDC is #59F023. Grayscale: #525252. Windows color (decimal): -5894180 or 14421926. OLE color: 14421926.
HSL color Cylindrical-coordinate representation of color #A60FDC: hue angle of 284.2º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60FDC is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 15 | 220 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.14 |
| HSL | 284.2º | 0.87% | 0.46% | - |
| HSV(B) | 284.2º | 0.93% | 0.86% | - |
| XYZ | 28.81 | 13.62 | 68.82 | - |
| YUV | 83.52 | 205.03 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 220 | 0.25 | 0.93 | 0 | 0.14 | 284.2 | 0.87 | 0.46 |
| Hex | A6 | F | DC | 19 | 5D | 0 | E | 11C | 57 | 2E |
| Octal | 246 | 17 | 334 | 31 | 135 | 0 | 16 | 434 | 127 | 56 |
| Binary | 10100110 | 1111 | 11011100 | 11001 | 1011101 | 0 | 1110 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A60FDC
Complementary color
Monochromatic Colors of #A60FDC
Black with #A60FDC
Text Example
Text Example
White with #A60FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FDC; }
p { color: rgb(166,15,220); }
H1.HeaderClassName
{
color: #A60FDC;
}
.AnyTagClassName
{
color: #A60FDC;
}
</style>
background-color css
<style>
a { background-color: #A60FDC; }
a { background-color: rgb(166,15,220); }
div.DivClassName
{
background-color: #A60FDC;
}
.BgClassName
{
background-color: #A60FDC;
}
</style>
border-color css
<style>
span { border-color: #A60FDC; }
span { border-color: rgb(166,15,220); }
td.TdClassName
{
border-color: #A60FDC;
}
.TagClassName
{
border-color: #A60FDC;
}
</style>