Shades of Dark Violet #A60AB2
Tints of Dark Violet #A60AB2
RGB
CMYK
RGB Variations
Color information
#A60AB2 (or 0xA60AB2) is known color: Dark Violet. HEX triplet: A6, 0A and B2. RGB value is (166,10,178). Sum of RGB (Red+Green+Blue) = 166+10+178=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #A60AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AB2 is #59F54D. Grayscale: #4B4B4B. Windows color (decimal): -5895502 or 11668134. OLE color: 11668134.
HSL color Cylindrical-coordinate representation of color #A60AB2: hue angle of 295.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AB2 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 10 | 178 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.30 |
| HSL | 295.71º | 0.89% | 0.37% | - |
| HSV(B) | 295.71º | 0.94% | 0.7% | - |
| XYZ | 23.87 | 11.54 | 43.09 | - |
| YUV | 75.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 178 | 0.07 | 0.94 | 0 | 0.30 | 295.71 | 0.89 | 0.37 |
| Hex | A6 | A | B2 | 7 | 5E | 0 | 1E | 128 | 59 | 25 |
| Octal | 246 | 12 | 262 | 7 | 136 | 0 | 36 | 450 | 131 | 45 |
| Binary | 10100110 | 1010 | 10110010 | 111 | 1011110 | 0 | 11110 | 100101000 | 1011001 | 100101 |
Color Harmonies of #A60AB2
Complementary color
Monochromatic Colors of #A60AB2
Black with #A60AB2
Text Example
Text Example
White with #A60AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AB2; }
p { color: rgb(166,10,178); }
H1.HeaderClassName
{
color: #A60AB2;
}
.AnyTagClassName
{
color: #A60AB2;
}
</style>
background-color css
<style>
a { background-color: #A60AB2; }
a { background-color: rgb(166,10,178); }
div.DivClassName
{
background-color: #A60AB2;
}
.BgClassName
{
background-color: #A60AB2;
}
</style>
border-color css
<style>
span { border-color: #A60AB2; }
span { border-color: rgb(166,10,178); }
td.TdClassName
{
border-color: #A60AB2;
}
.TagClassName
{
border-color: #A60AB2;
}
</style>