Shades of Dark Violet #A60FEB
Tints of Dark Violet #A60FEB
RGB
CMYK
RGB Variations
Color information
#A60FEB (or 0xA60FEB) is known color: Dark Violet. HEX triplet: A6, 0F and EB. RGB value is (166,15,235). Sum of RGB (Red+Green+Blue) = 166+15+235=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #A60FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FEB is #59F014. Grayscale: #545454. Windows color (decimal): -5894165 or 15404966. OLE color: 15404966.
HSL color Cylindrical-coordinate representation of color #A60FEB: hue angle of 281.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60FEB is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 15 | 235 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.08 |
| HSL | 281.18º | 0.88% | 0.49% | - |
| HSV(B) | 281.18º | 0.94% | 0.92% | - |
| XYZ | 30.89 | 14.45 | 79.76 | - |
| YUV | 85.23 | 212.53 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 235 | 0.29 | 0.94 | 0 | 0.08 | 281.18 | 0.88 | 0.49 |
| Hex | A6 | F | EB | 1D | 5E | 0 | 8 | 119 | 58 | 31 |
| Octal | 246 | 17 | 353 | 35 | 136 | 0 | 10 | 431 | 130 | 61 |
| Binary | 10100110 | 1111 | 11101011 | 11101 | 1011110 | 0 | 1000 | 100011001 | 1011000 | 110001 |
Color Harmonies of #A60FEB
Complementary color
Monochromatic Colors of #A60FEB
Black with #A60FEB
Text Example
Text Example
White with #A60FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FEB; }
p { color: rgb(166,15,235); }
H1.HeaderClassName
{
color: #A60FEB;
}
.AnyTagClassName
{
color: #A60FEB;
}
</style>
background-color css
<style>
a { background-color: #A60FEB; }
a { background-color: rgb(166,15,235); }
div.DivClassName
{
background-color: #A60FEB;
}
.BgClassName
{
background-color: #A60FEB;
}
</style>
border-color css
<style>
span { border-color: #A60FEB; }
span { border-color: rgb(166,15,235); }
td.TdClassName
{
border-color: #A60FEB;
}
.TagClassName
{
border-color: #A60FEB;
}
</style>