Shades of Dark Violet #A60CEC
Tints of Dark Violet #A60CEC
RGB
CMYK
RGB Variations
Color information
#A60CEC (or 0xA60CEC) is known color: Dark Violet. HEX triplet: A6, 0C and EC. RGB value is (166,12,236). Sum of RGB (Red+Green+Blue) = 166+12+236=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #A60CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60CEC is #59F313. Grayscale: #525252. Windows color (decimal): -5894932 or 15469734. OLE color: 15469734.
HSL color Cylindrical-coordinate representation of color #A60CEC: hue angle of 281.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60CEC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 12 | 236 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.07 |
| HSL | 281.25º | 0.9% | 0.49% | - |
| HSV(B) | 281.25º | 0.95% | 0.93% | - |
| XYZ | 31 | 14.43 | 80.51 | - |
| YUV | 83.58 | 214.02 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 236 | 0.30 | 0.95 | 0 | 0.07 | 281.25 | 0.9 | 0.49 |
| Hex | A6 | C | EC | 1E | 5F | 0 | 7 | 119 | 5A | 31 |
| Octal | 246 | 14 | 354 | 36 | 137 | 0 | 7 | 431 | 132 | 61 |
| Binary | 10100110 | 1100 | 11101100 | 11110 | 1011111 | 0 | 111 | 100011001 | 1011010 | 110001 |
Color Harmonies of #A60CEC
Complementary color
Monochromatic Colors of #A60CEC
Black with #A60CEC
Text Example
Text Example
White with #A60CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CEC; }
p { color: rgb(166,12,236); }
H1.HeaderClassName
{
color: #A60CEC;
}
.AnyTagClassName
{
color: #A60CEC;
}
</style>
background-color css
<style>
a { background-color: #A60CEC; }
a { background-color: rgb(166,12,236); }
div.DivClassName
{
background-color: #A60CEC;
}
.BgClassName
{
background-color: #A60CEC;
}
</style>
border-color css
<style>
span { border-color: #A60CEC; }
span { border-color: rgb(166,12,236); }
td.TdClassName
{
border-color: #A60CEC;
}
.TagClassName
{
border-color: #A60CEC;
}
</style>