Shades of Violet Blue #A656A1
Tints of Violet Blue #A656A1
RGB
CMYK
RGB Variations
Color information
#A656A1 (or 0xA656A1) is known color: Violet Blue. HEX triplet: A6, 56 and A1. RGB value is (166,86,161). Sum of RGB (Red+Green+Blue) = 166+86+161=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A656A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A656A1 is #59A95E. Grayscale: #767676. Windows color (decimal): -5876063 or 10573478. OLE color: 10573478.
HSL color Cylindrical-coordinate representation of color #A656A1: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A656A1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 161 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.35 |
| HSL | 303.75º | 0.32% | 0.49% | - |
| HSV(B) | 303.75º | 0.48% | 0.65% | - |
| XYZ | 25.49 | 17.34 | 35.72 | - |
| YUV | 118.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 161 | 0 | 0.48 | 0.03 | 0.35 | 303.75 | 0.32 | 0.49 |
| Hex | A6 | 56 | A1 | 0 | 30 | 3 | 23 | 130 | 20 | 31 |
| Octal | 246 | 126 | 241 | 0 | 60 | 3 | 43 | 460 | 40 | 61 |
| Binary | 10100110 | 1010110 | 10100001 | 0 | 110000 | 11 | 100011 | 100110000 | 100000 | 110001 |
Color Harmonies of #A656A1
Complementary color
Monochromatic Colors of #A656A1
Black with #A656A1
Text Example
Text Example
White with #A656A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656A1; }
p { color: rgb(166,86,161); }
H1.HeaderClassName
{
color: #A656A1;
}
.AnyTagClassName
{
color: #A656A1;
}
</style>
background-color css
<style>
a { background-color: #A656A1; }
a { background-color: rgb(166,86,161); }
div.DivClassName
{
background-color: #A656A1;
}
.BgClassName
{
background-color: #A656A1;
}
</style>
border-color css
<style>
span { border-color: #A656A1; }
span { border-color: rgb(166,86,161); }
td.TdClassName
{
border-color: #A656A1;
}
.TagClassName
{
border-color: #A656A1;
}
</style>