Shades of Dark Violet #A60CEB
Tints of Dark Violet #A60CEB
RGB
CMYK
RGB Variations
Color information
#A60CEB (or 0xA60CEB) is known color: Dark Violet. HEX triplet: A6, 0C and EB. RGB value is (166,12,235). Sum of RGB (Red+Green+Blue) = 166+12+235=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #A60CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60CEB is #59F314. Grayscale: #525252. Windows color (decimal): -5894933 or 15404198. OLE color: 15404198.
HSL color Cylindrical-coordinate representation of color #A60CEB: hue angle of 281.43º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60CEB is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 12 | 235 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.08 |
| HSL | 281.44º | 0.9% | 0.48% | - |
| HSV(B) | 281.44º | 0.95% | 0.92% | - |
| XYZ | 30.85 | 14.37 | 79.74 | - |
| YUV | 83.47 | 213.52 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 235 | 0.29 | 0.95 | 0 | 0.08 | 281.44 | 0.9 | 0.48 |
| Hex | A6 | C | EB | 1D | 5F | 0 | 8 | 119 | 5A | 30 |
| Octal | 246 | 14 | 353 | 35 | 137 | 0 | 10 | 431 | 132 | 60 |
| Binary | 10100110 | 1100 | 11101011 | 11101 | 1011111 | 0 | 1000 | 100011001 | 1011010 | 110000 |
Color Harmonies of #A60CEB
Complementary color
Monochromatic Colors of #A60CEB
Black with #A60CEB
Text Example
Text Example
White with #A60CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CEB; }
p { color: rgb(166,12,235); }
H1.HeaderClassName
{
color: #A60CEB;
}
.AnyTagClassName
{
color: #A60CEB;
}
</style>
background-color css
<style>
a { background-color: #A60CEB; }
a { background-color: rgb(166,12,235); }
div.DivClassName
{
background-color: #A60CEB;
}
.BgClassName
{
background-color: #A60CEB;
}
</style>
border-color css
<style>
span { border-color: #A60CEB; }
span { border-color: rgb(166,12,235); }
td.TdClassName
{
border-color: #A60CEB;
}
.TagClassName
{
border-color: #A60CEB;
}
</style>