Shades of Dark Violet #A60AB0
Tints of Dark Violet #A60AB0
RGB
CMYK
RGB Variations
Color information
#A60AB0 (or 0xA60AB0) is known color: Dark Violet. HEX triplet: A6, 0A and B0. RGB value is (166,10,176). Sum of RGB (Red+Green+Blue) = 166+10+176=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #A60AB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AB0 is #59F54F. Grayscale: #4B4B4B. Windows color (decimal): -5895504 or 11537062. OLE color: 11537062.
HSL color Cylindrical-coordinate representation of color #A60AB0: hue angle of 296.39º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AB0 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 10 | 176 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.31 |
| HSL | 296.39º | 0.89% | 0.36% | - |
| HSV(B) | 296.39º | 0.94% | 0.69% | - |
| XYZ | 23.67 | 11.46 | 42.04 | - |
| YUV | 75.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 176 | 0.06 | 0.94 | 0 | 0.31 | 296.39 | 0.89 | 0.36 |
| Hex | A6 | A | B0 | 6 | 5E | 0 | 1F | 128 | 59 | 24 |
| Octal | 246 | 12 | 260 | 6 | 136 | 0 | 37 | 450 | 131 | 44 |
| Binary | 10100110 | 1010 | 10110000 | 110 | 1011110 | 0 | 11111 | 100101000 | 1011001 | 100100 |
Color Harmonies of #A60AB0
Complementary color
Monochromatic Colors of #A60AB0
Black with #A60AB0
Text Example
Text Example
White with #A60AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AB0; }
p { color: rgb(166,10,176); }
H1.HeaderClassName
{
color: #A60AB0;
}
.AnyTagClassName
{
color: #A60AB0;
}
</style>
background-color css
<style>
a { background-color: #A60AB0; }
a { background-color: rgb(166,10,176); }
div.DivClassName
{
background-color: #A60AB0;
}
.BgClassName
{
background-color: #A60AB0;
}
</style>
border-color css
<style>
span { border-color: #A60AB0; }
span { border-color: rgb(166,10,176); }
td.TdClassName
{
border-color: #A60AB0;
}
.TagClassName
{
border-color: #A60AB0;
}
</style>