Shades of Dark Violet #A60AB3
Tints of Dark Violet #A60AB3
RGB
CMYK
RGB Variations
Color information
#A60AB3 (or 0xA60AB3) is known color: Dark Violet. HEX triplet: A6, 0A and B3. RGB value is (166,10,179). Sum of RGB (Red+Green+Blue) = 166+10+179=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #A60AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60AB3 is #59F54C. Grayscale: #4B4B4B. Windows color (decimal): -5895501 or 11733670. OLE color: 11733670.
HSL color Cylindrical-coordinate representation of color #A60AB3: hue angle of 295.38º 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 #A60AB3 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 10 | 179 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.30 |
| HSL | 295.38º | 0.89% | 0.37% | - |
| HSV(B) | 295.38º | 0.94% | 0.7% | - |
| XYZ | 23.97 | 11.58 | 43.62 | - |
| YUV | 75.91 | 186.18 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 179 | 0.07 | 0.94 | 0 | 0.30 | 295.38 | 0.89 | 0.37 |
| Hex | A6 | A | B3 | 7 | 5E | 0 | 1E | 127 | 59 | 25 |
| Octal | 246 | 12 | 263 | 7 | 136 | 0 | 36 | 447 | 131 | 45 |
| Binary | 10100110 | 1010 | 10110011 | 111 | 1011110 | 0 | 11110 | 100100111 | 1011001 | 100101 |
Color Harmonies of #A60AB3
Complementary color
Monochromatic Colors of #A60AB3
Black with #A60AB3
Text Example
Text Example
White with #A60AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AB3; }
p { color: rgb(166,10,179); }
H1.HeaderClassName
{
color: #A60AB3;
}
.AnyTagClassName
{
color: #A60AB3;
}
</style>
background-color css
<style>
a { background-color: #A60AB3; }
a { background-color: rgb(166,10,179); }
div.DivClassName
{
background-color: #A60AB3;
}
.BgClassName
{
background-color: #A60AB3;
}
</style>
border-color css
<style>
span { border-color: #A60AB3; }
span { border-color: rgb(166,10,179); }
td.TdClassName
{
border-color: #A60AB3;
}
.TagClassName
{
border-color: #A60AB3;
}
</style>