Shades of Dark Violet #A60DDC
Tints of Dark Violet #A60DDC
RGB
CMYK
RGB Variations
Color information
#A60DDC (or 0xA60DDC) is known color: Dark Violet. HEX triplet: A6, 0D and DC. RGB value is (166,13,220). Sum of RGB (Red+Green+Blue) = 166+13+220=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #A60DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DDC is #59F223. Grayscale: #515151. Windows color (decimal): -5894692 or 14421414. OLE color: 14421414.
HSL color Cylindrical-coordinate representation of color #A60DDC: hue angle of 284.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60DDC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 13 | 220 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.14 |
| HSL | 284.35º | 0.89% | 0.46% | - |
| HSV(B) | 284.35º | 0.94% | 0.86% | - |
| XYZ | 28.79 | 13.56 | 68.81 | - |
| YUV | 82.35 | 205.69 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 220 | 0.25 | 0.94 | 0 | 0.14 | 284.35 | 0.89 | 0.46 |
| Hex | A6 | D | DC | 19 | 5E | 0 | E | 11C | 59 | 2E |
| Octal | 246 | 15 | 334 | 31 | 136 | 0 | 16 | 434 | 131 | 56 |
| Binary | 10100110 | 1101 | 11011100 | 11001 | 1011110 | 0 | 1110 | 100011100 | 1011001 | 101110 |
Color Harmonies of #A60DDC
Complementary color
Monochromatic Colors of #A60DDC
Black with #A60DDC
Text Example
Text Example
White with #A60DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DDC; }
p { color: rgb(166,13,220); }
H1.HeaderClassName
{
color: #A60DDC;
}
.AnyTagClassName
{
color: #A60DDC;
}
</style>
background-color css
<style>
a { background-color: #A60DDC; }
a { background-color: rgb(166,13,220); }
div.DivClassName
{
background-color: #A60DDC;
}
.BgClassName
{
background-color: #A60DDC;
}
</style>
border-color css
<style>
span { border-color: #A60DDC; }
span { border-color: rgb(166,13,220); }
td.TdClassName
{
border-color: #A60DDC;
}
.TagClassName
{
border-color: #A60DDC;
}
</style>