Shades of Dark Violet #A60BE6
Tints of Dark Violet #A60BE6
RGB
CMYK
RGB Variations
Color information
#A60BE6 (or 0xA60BE6) is known color: Dark Violet. HEX triplet: A6, 0B and E6. RGB value is (166,11,230). Sum of RGB (Red+Green+Blue) = 166+11+230=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #A60BE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60BE6 is #59F419. Grayscale: #515151. Windows color (decimal): -5895194 or 15076262. OLE color: 15076262.
HSL color Cylindrical-coordinate representation of color #A60BE6: hue angle of 282.47º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BE6 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 11 | 230 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.10 |
| HSL | 282.47º | 0.91% | 0.47% | - |
| HSV(B) | 282.47º | 0.95% | 0.9% | - |
| XYZ | 30.13 | 14.06 | 75.99 | - |
| YUV | 82.31 | 211.35 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 230 | 0.28 | 0.95 | 0 | 0.10 | 282.47 | 0.91 | 0.47 |
| Hex | A6 | B | E6 | 1C | 5F | 0 | A | 11A | 5B | 2F |
| Octal | 246 | 13 | 346 | 34 | 137 | 0 | 12 | 432 | 133 | 57 |
| Binary | 10100110 | 1011 | 11100110 | 11100 | 1011111 | 0 | 1010 | 100011010 | 1011011 | 101111 |
Color Harmonies of #A60BE6
Complementary color
Monochromatic Colors of #A60BE6
Black with #A60BE6
Text Example
Text Example
White with #A60BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BE6; }
p { color: rgb(166,11,230); }
H1.HeaderClassName
{
color: #A60BE6;
}
.AnyTagClassName
{
color: #A60BE6;
}
</style>
background-color css
<style>
a { background-color: #A60BE6; }
a { background-color: rgb(166,11,230); }
div.DivClassName
{
background-color: #A60BE6;
}
.BgClassName
{
background-color: #A60BE6;
}
</style>
border-color css
<style>
span { border-color: #A60BE6; }
span { border-color: rgb(166,11,230); }
td.TdClassName
{
border-color: #A60BE6;
}
.TagClassName
{
border-color: #A60BE6;
}
</style>