Shades of Dark Violet #A60BEC
Tints of Dark Violet #A60BEC
RGB
CMYK
RGB Variations
Color information
#A60BEC (or 0xA60BEC) is known color: Dark Violet. HEX triplet: A6, 0B and EC. RGB value is (166,11,236). Sum of RGB (Red+Green+Blue) = 166+11+236=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #A60BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60BEC is #59F413. Grayscale: #525252. Windows color (decimal): -5895188 or 15469478. OLE color: 15469478.
HSL color Cylindrical-coordinate representation of color #A60BEC: hue angle of 281.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BEC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 11 | 236 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.07 |
| HSL | 281.33º | 0.91% | 0.48% | - |
| HSV(B) | 281.33º | 0.95% | 0.93% | - |
| XYZ | 30.99 | 14.4 | 80.5 | - |
| YUV | 83 | 214.35 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 236 | 0.30 | 0.95 | 0 | 0.07 | 281.33 | 0.91 | 0.48 |
| Hex | A6 | B | EC | 1E | 5F | 0 | 7 | 119 | 5B | 30 |
| Octal | 246 | 13 | 354 | 36 | 137 | 0 | 7 | 431 | 133 | 60 |
| Binary | 10100110 | 1011 | 11101100 | 11110 | 1011111 | 0 | 111 | 100011001 | 1011011 | 110000 |
Color Harmonies of #A60BEC
Complementary color
Monochromatic Colors of #A60BEC
Black with #A60BEC
Text Example
Text Example
White with #A60BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BEC; }
p { color: rgb(166,11,236); }
H1.HeaderClassName
{
color: #A60BEC;
}
.AnyTagClassName
{
color: #A60BEC;
}
</style>
background-color css
<style>
a { background-color: #A60BEC; }
a { background-color: rgb(166,11,236); }
div.DivClassName
{
background-color: #A60BEC;
}
.BgClassName
{
background-color: #A60BEC;
}
</style>
border-color css
<style>
span { border-color: #A60BEC; }
span { border-color: rgb(166,11,236); }
td.TdClassName
{
border-color: #A60BEC;
}
.TagClassName
{
border-color: #A60BEC;
}
</style>