Shades of Violet Blue #A657A0
Tints of Violet Blue #A657A0
RGB
CMYK
RGB Variations
Color information
#A657A0 (or 0xA657A0) is known color: Violet Blue. HEX triplet: A6, 57 and A0. RGB value is (166,87,160). Sum of RGB (Red+Green+Blue) = 166+87+160=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A657A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A657A0 is #59A85F. Grayscale: #767676. Windows color (decimal): -5875808 or 10508198. OLE color: 10508198.
HSL color Cylindrical-coordinate representation of color #A657A0: hue angle of 304.56º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A657A0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 160 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.35 |
| HSL | 304.56º | 0.31% | 0.5% | - |
| HSV(B) | 304.56º | 0.48% | 0.65% | - |
| XYZ | 25.48 | 17.46 | 35.29 | - |
| YUV | 118.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 160 | 0 | 0.48 | 0.04 | 0.35 | 304.56 | 0.31 | 0.5 |
| Hex | A6 | 57 | A0 | 0 | 30 | 4 | 23 | 131 | 1F | 32 |
| Octal | 246 | 127 | 240 | 0 | 60 | 4 | 43 | 461 | 37 | 62 |
| Binary | 10100110 | 1010111 | 10100000 | 0 | 110000 | 100 | 100011 | 100110001 | 11111 | 110010 |
Color Harmonies of #A657A0
Complementary color
Monochromatic Colors of #A657A0
Black with #A657A0
Text Example
Text Example
White with #A657A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657A0; }
p { color: rgb(166,87,160); }
H1.HeaderClassName
{
color: #A657A0;
}
.AnyTagClassName
{
color: #A657A0;
}
</style>
background-color css
<style>
a { background-color: #A657A0; }
a { background-color: rgb(166,87,160); }
div.DivClassName
{
background-color: #A657A0;
}
.BgClassName
{
background-color: #A657A0;
}
</style>
border-color css
<style>
span { border-color: #A657A0; }
span { border-color: rgb(166,87,160); }
td.TdClassName
{
border-color: #A657A0;
}
.TagClassName
{
border-color: #A657A0;
}
</style>