Shades of Violet Blue #A655A1
Tints of Violet Blue #A655A1
RGB
CMYK
RGB Variations
Color information
#A655A1 (or 0xA655A1) is known color: Violet Blue. HEX triplet: A6, 55 and A1. RGB value is (166,85,161). Sum of RGB (Red+Green+Blue) = 166+85+161=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A655A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A655A1 is #59AA5E. Grayscale: #757575. Windows color (decimal): -5876319 or 10573222. OLE color: 10573222.
HSL color Cylindrical-coordinate representation of color #A655A1: hue angle of 303.7º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A655A1 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 161 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.35 |
| HSL | 303.7º | 0.32% | 0.49% | - |
| HSV(B) | 303.7º | 0.49% | 0.65% | - |
| XYZ | 25.41 | 17.18 | 35.69 | - |
| YUV | 117.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 161 | 0 | 0.49 | 0.03 | 0.35 | 303.7 | 0.32 | 0.49 |
| Hex | A6 | 55 | A1 | 0 | 31 | 3 | 23 | 130 | 20 | 31 |
| Octal | 246 | 125 | 241 | 0 | 61 | 3 | 43 | 460 | 40 | 61 |
| Binary | 10100110 | 1010101 | 10100001 | 0 | 110001 | 11 | 100011 | 100110000 | 100000 | 110001 |
Color Harmonies of #A655A1
Complementary color
Monochromatic Colors of #A655A1
Black with #A655A1
Text Example
Text Example
White with #A655A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655A1; }
p { color: rgb(166,85,161); }
H1.HeaderClassName
{
color: #A655A1;
}
.AnyTagClassName
{
color: #A655A1;
}
</style>
background-color css
<style>
a { background-color: #A655A1; }
a { background-color: rgb(166,85,161); }
div.DivClassName
{
background-color: #A655A1;
}
.BgClassName
{
background-color: #A655A1;
}
</style>
border-color css
<style>
span { border-color: #A655A1; }
span { border-color: rgb(166,85,161); }
td.TdClassName
{
border-color: #A655A1;
}
.TagClassName
{
border-color: #A655A1;
}
</style>