Shades of Dark Violet #A60BBE
Tints of Dark Violet #A60BBE
RGB
CMYK
RGB Variations
Color information
#A60BBE (or 0xA60BBE) is known color: Dark Violet. HEX triplet: A6, 0B and BE. RGB value is (166,11,190). Sum of RGB (Red+Green+Blue) = 166+11+190=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #A60BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BBE is #59F441. Grayscale: #4D4D4D. Windows color (decimal): -5895234 or 12454822. OLE color: 12454822.
HSL color Cylindrical-coordinate representation of color #A60BBE: hue angle of 291.96º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60BBE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 11 | 190 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.25 |
| HSL | 291.96º | 0.89% | 0.39% | - |
| HSV(B) | 291.96º | 0.94% | 0.75% | - |
| XYZ | 25.14 | 12.06 | 49.72 | - |
| YUV | 77.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 190 | 0.13 | 0.94 | 0 | 0.25 | 291.96 | 0.89 | 0.39 |
| Hex | A6 | B | BE | D | 5E | 0 | 19 | 124 | 59 | 27 |
| Octal | 246 | 13 | 276 | 15 | 136 | 0 | 31 | 444 | 131 | 47 |
| Binary | 10100110 | 1011 | 10111110 | 1101 | 1011110 | 0 | 11001 | 100100100 | 1011001 | 100111 |
Color Harmonies of #A60BBE
Complementary color
Monochromatic Colors of #A60BBE
Black with #A60BBE
Text Example
Text Example
White with #A60BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BBE; }
p { color: rgb(166,11,190); }
H1.HeaderClassName
{
color: #A60BBE;
}
.AnyTagClassName
{
color: #A60BBE;
}
</style>
background-color css
<style>
a { background-color: #A60BBE; }
a { background-color: rgb(166,11,190); }
div.DivClassName
{
background-color: #A60BBE;
}
.BgClassName
{
background-color: #A60BBE;
}
</style>
border-color css
<style>
span { border-color: #A60BBE; }
span { border-color: rgb(166,11,190); }
td.TdClassName
{
border-color: #A60BBE;
}
.TagClassName
{
border-color: #A60BBE;
}
</style>