Shades of Dark Violet #A60CDD
Tints of Dark Violet #A60CDD
RGB
CMYK
RGB Variations
Color information
#A60CDD (or 0xA60CDD) is known color: Dark Violet. HEX triplet: A6, 0C and DD. RGB value is (166,12,221). Sum of RGB (Red+Green+Blue) = 166+12+221=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #A60CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CDD is #59F322. Grayscale: #515151. Windows color (decimal): -5894947 or 14486694. OLE color: 14486694.
HSL color Cylindrical-coordinate representation of color #A60CDD: hue angle of 284.21º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60CDD is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 12 | 221 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.13 |
| HSL | 284.21º | 0.9% | 0.46% | - |
| HSV(B) | 284.21º | 0.95% | 0.87% | - |
| XYZ | 28.91 | 13.59 | 69.51 | - |
| YUV | 81.87 | 206.52 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 221 | 0.25 | 0.95 | 0 | 0.13 | 284.21 | 0.9 | 0.46 |
| Hex | A6 | C | DD | 19 | 5F | 0 | D | 11C | 5A | 2E |
| Octal | 246 | 14 | 335 | 31 | 137 | 0 | 15 | 434 | 132 | 56 |
| Binary | 10100110 | 1100 | 11011101 | 11001 | 1011111 | 0 | 1101 | 100011100 | 1011010 | 101110 |
Color Harmonies of #A60CDD
Complementary color
Monochromatic Colors of #A60CDD
Black with #A60CDD
Text Example
Text Example
White with #A60CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CDD; }
p { color: rgb(166,12,221); }
H1.HeaderClassName
{
color: #A60CDD;
}
.AnyTagClassName
{
color: #A60CDD;
}
</style>
background-color css
<style>
a { background-color: #A60CDD; }
a { background-color: rgb(166,12,221); }
div.DivClassName
{
background-color: #A60CDD;
}
.BgClassName
{
background-color: #A60CDD;
}
</style>
border-color css
<style>
span { border-color: #A60CDD; }
span { border-color: rgb(166,12,221); }
td.TdClassName
{
border-color: #A60CDD;
}
.TagClassName
{
border-color: #A60CDD;
}
</style>