Shades of Dark Violet #A60ABB
Tints of Dark Violet #A60ABB
RGB
CMYK
RGB Variations
Color information
#A60ABB (or 0xA60ABB) is known color: Dark Violet. HEX triplet: A6, 0A and BB. RGB value is (166,10,187). Sum of RGB (Red+Green+Blue) = 166+10+187=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #A60ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ABB is #59F544. Grayscale: #4C4C4C. Windows color (decimal): -5895493 or 12257958. OLE color: 12257958.
HSL color Cylindrical-coordinate representation of color #A60ABB: hue angle of 292.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60ABB is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 10 | 187 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.27 |
| HSL | 292.88º | 0.9% | 0.39% | - |
| HSV(B) | 292.88º | 0.95% | 0.73% | - |
| XYZ | 24.8 | 11.91 | 48.01 | - |
| YUV | 76.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 187 | 0.11 | 0.95 | 0 | 0.27 | 292.88 | 0.9 | 0.39 |
| Hex | A6 | A | BB | B | 5F | 0 | 1B | 125 | 5A | 27 |
| Octal | 246 | 12 | 273 | 13 | 137 | 0 | 33 | 445 | 132 | 47 |
| Binary | 10100110 | 1010 | 10111011 | 1011 | 1011111 | 0 | 11011 | 100100101 | 1011010 | 100111 |
Color Harmonies of #A60ABB
Complementary color
Monochromatic Colors of #A60ABB
Black with #A60ABB
Text Example
Text Example
White with #A60ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60ABB; }
p { color: rgb(166,10,187); }
H1.HeaderClassName
{
color: #A60ABB;
}
.AnyTagClassName
{
color: #A60ABB;
}
</style>
background-color css
<style>
a { background-color: #A60ABB; }
a { background-color: rgb(166,10,187); }
div.DivClassName
{
background-color: #A60ABB;
}
.BgClassName
{
background-color: #A60ABB;
}
</style>
border-color css
<style>
span { border-color: #A60ABB; }
span { border-color: rgb(166,10,187); }
td.TdClassName
{
border-color: #A60ABB;
}
.TagClassName
{
border-color: #A60ABB;
}
</style>