Shades of Dark Violet #A60AB7
Tints of Dark Violet #A60AB7
RGB
CMYK
RGB Variations
Color information
#A60AB7 (or 0xA60AB7) is known color: Dark Violet. HEX triplet: A6, 0A and B7. RGB value is (166,10,183). Sum of RGB (Red+Green+Blue) = 166+10+183=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #A60AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60AB7 is #59F548. Grayscale: #4B4B4B. Windows color (decimal): -5895497 or 11995814. OLE color: 11995814.
HSL color Cylindrical-coordinate representation of color #A60AB7: hue angle of 294.1º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60AB7 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 10 | 183 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.28 |
| HSL | 294.1º | 0.9% | 0.38% | - |
| HSV(B) | 294.1º | 0.95% | 0.72% | - |
| XYZ | 24.38 | 11.74 | 45.78 | - |
| YUV | 76.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 183 | 0.09 | 0.95 | 0 | 0.28 | 294.1 | 0.9 | 0.38 |
| Hex | A6 | A | B7 | 9 | 5F | 0 | 1C | 126 | 5A | 26 |
| Octal | 246 | 12 | 267 | 11 | 137 | 0 | 34 | 446 | 132 | 46 |
| Binary | 10100110 | 1010 | 10110111 | 1001 | 1011111 | 0 | 11100 | 100100110 | 1011010 | 100110 |
Color Harmonies of #A60AB7
Complementary color
Monochromatic Colors of #A60AB7
Black with #A60AB7
Text Example
Text Example
White with #A60AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AB7; }
p { color: rgb(166,10,183); }
H1.HeaderClassName
{
color: #A60AB7;
}
.AnyTagClassName
{
color: #A60AB7;
}
</style>
background-color css
<style>
a { background-color: #A60AB7; }
a { background-color: rgb(166,10,183); }
div.DivClassName
{
background-color: #A60AB7;
}
.BgClassName
{
background-color: #A60AB7;
}
</style>
border-color css
<style>
span { border-color: #A60AB7; }
span { border-color: rgb(166,10,183); }
td.TdClassName
{
border-color: #A60AB7;
}
.TagClassName
{
border-color: #A60AB7;
}
</style>