Shades of Dark Violet #A60ECB
Tints of Dark Violet #A60ECB
RGB
CMYK
RGB Variations
Color information
#A60ECB (or 0xA60ECB) is known color: Dark Violet. HEX triplet: A6, 0E and CB. RGB value is (166,14,203). Sum of RGB (Red+Green+Blue) = 166+14+203=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #A60ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ECB is #59F134. Grayscale: #505050. Windows color (decimal): -5894453 or 13307558. OLE color: 13307558.
HSL color Cylindrical-coordinate representation of color #A60ECB: hue angle of 288.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60ECB is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 14 | 203 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.20 |
| HSL | 288.25º | 0.87% | 0.43% | - |
| HSV(B) | 288.25º | 0.93% | 0.8% | - |
| XYZ | 26.66 | 12.73 | 57.55 | - |
| YUV | 80.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 203 | 0.18 | 0.93 | 0 | 0.20 | 288.25 | 0.87 | 0.43 |
| Hex | A6 | E | CB | 12 | 5D | 0 | 14 | 120 | 57 | 2B |
| Octal | 246 | 16 | 313 | 22 | 135 | 0 | 24 | 440 | 127 | 53 |
| Binary | 10100110 | 1110 | 11001011 | 10010 | 1011101 | 0 | 10100 | 100100000 | 1010111 | 101011 |
Color Harmonies of #A60ECB
Complementary color
Monochromatic Colors of #A60ECB
Black with #A60ECB
Text Example
Text Example
White with #A60ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60ECB; }
p { color: rgb(166,14,203); }
H1.HeaderClassName
{
color: #A60ECB;
}
.AnyTagClassName
{
color: #A60ECB;
}
</style>
background-color css
<style>
a { background-color: #A60ECB; }
a { background-color: rgb(166,14,203); }
div.DivClassName
{
background-color: #A60ECB;
}
.BgClassName
{
background-color: #A60ECB;
}
</style>
border-color css
<style>
span { border-color: #A60ECB; }
span { border-color: rgb(166,14,203); }
td.TdClassName
{
border-color: #A60ECB;
}
.TagClassName
{
border-color: #A60ECB;
}
</style>