Shades of Dark Violet #A60BE1
Tints of Dark Violet #A60BE1
RGB
CMYK
RGB Variations
Color information
#A60BE1 (or 0xA60BE1) is known color: Dark Violet. HEX triplet: A6, 0B and E1. RGB value is (166,11,225). Sum of RGB (Red+Green+Blue) = 166+11+225=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #A60BE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BE1 is #59F41E. Grayscale: #515151. Windows color (decimal): -5895199 or 14748582. OLE color: 14748582.
HSL color Cylindrical-coordinate representation of color #A60BE1: hue angle of 283.46º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BE1 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 11 | 225 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.12 |
| HSL | 283.46º | 0.91% | 0.46% | - |
| HSV(B) | 283.46º | 0.95% | 0.88% | - |
| XYZ | 29.44 | 13.78 | 72.34 | - |
| YUV | 81.74 | 208.85 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 225 | 0.26 | 0.95 | 0 | 0.12 | 283.46 | 0.91 | 0.46 |
| Hex | A6 | B | E1 | 1A | 5F | 0 | C | 11B | 5B | 2E |
| Octal | 246 | 13 | 341 | 32 | 137 | 0 | 14 | 433 | 133 | 56 |
| Binary | 10100110 | 1011 | 11100001 | 11010 | 1011111 | 0 | 1100 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A60BE1
Complementary color
Monochromatic Colors of #A60BE1
Black with #A60BE1
Text Example
Text Example
White with #A60BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BE1; }
p { color: rgb(166,11,225); }
H1.HeaderClassName
{
color: #A60BE1;
}
.AnyTagClassName
{
color: #A60BE1;
}
</style>
background-color css
<style>
a { background-color: #A60BE1; }
a { background-color: rgb(166,11,225); }
div.DivClassName
{
background-color: #A60BE1;
}
.BgClassName
{
background-color: #A60BE1;
}
</style>
border-color css
<style>
span { border-color: #A60BE1; }
span { border-color: rgb(166,11,225); }
td.TdClassName
{
border-color: #A60BE1;
}
.TagClassName
{
border-color: #A60BE1;
}
</style>