Shades of Dark Violet #A60AB1
Tints of Dark Violet #A60AB1
RGB
CMYK
RGB Variations
Color information
#A60AB1 (or 0xA60AB1) is known color: Dark Violet. HEX triplet: A6, 0A and B1. RGB value is (166,10,177). Sum of RGB (Red+Green+Blue) = 166+10+177=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #A60AB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AB1 is #59F54E. Grayscale: #4B4B4B. Windows color (decimal): -5895503 or 11602598. OLE color: 11602598.
HSL color Cylindrical-coordinate representation of color #A60AB1: hue angle of 296.05º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AB1 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 10 | 177 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.31 |
| HSL | 296.05º | 0.89% | 0.37% | - |
| HSV(B) | 296.05º | 0.94% | 0.69% | - |
| XYZ | 23.77 | 11.5 | 42.56 | - |
| YUV | 75.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 177 | 0.06 | 0.94 | 0 | 0.31 | 296.05 | 0.89 | 0.37 |
| Hex | A6 | A | B1 | 6 | 5E | 0 | 1F | 128 | 59 | 25 |
| Octal | 246 | 12 | 261 | 6 | 136 | 0 | 37 | 450 | 131 | 45 |
| Binary | 10100110 | 1010 | 10110001 | 110 | 1011110 | 0 | 11111 | 100101000 | 1011001 | 100101 |
Color Harmonies of #A60AB1
Complementary color
Monochromatic Colors of #A60AB1
Black with #A60AB1
Text Example
Text Example
White with #A60AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AB1; }
p { color: rgb(166,10,177); }
H1.HeaderClassName
{
color: #A60AB1;
}
.AnyTagClassName
{
color: #A60AB1;
}
</style>
background-color css
<style>
a { background-color: #A60AB1; }
a { background-color: rgb(166,10,177); }
div.DivClassName
{
background-color: #A60AB1;
}
.BgClassName
{
background-color: #A60AB1;
}
</style>
border-color css
<style>
span { border-color: #A60AB1; }
span { border-color: rgb(166,10,177); }
td.TdClassName
{
border-color: #A60AB1;
}
.TagClassName
{
border-color: #A60AB1;
}
</style>