Shades of Violet Blue #A657AD
Tints of Violet Blue #A657AD
RGB
CMYK
RGB Variations
Color information
#A657AD (or 0xA657AD) is known color: Violet Blue. HEX triplet: A6, 57 and AD. RGB value is (166,87,173). Sum of RGB (Red+Green+Blue) = 166+87+173=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #A657AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A657AD is #59A852. Grayscale: #787878. Windows color (decimal): -5875795 or 11360166. OLE color: 11360166.
HSL color Cylindrical-coordinate representation of color #A657AD: hue angle of 295.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A657AD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 87 | 173 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.32 |
| HSL | 295.12º | 0.34% | 0.51% | - |
| HSV(B) | 295.12º | 0.5% | 0.68% | - |
| XYZ | 26.68 | 17.94 | 41.59 | - |
| YUV | 120.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 173 | 0.04 | 0.50 | 0 | 0.32 | 295.12 | 0.34 | 0.51 |
| Hex | A6 | 57 | AD | 4 | 32 | 0 | 20 | 127 | 22 | 33 |
| Octal | 246 | 127 | 255 | 4 | 62 | 0 | 40 | 447 | 42 | 63 |
| Binary | 10100110 | 1010111 | 10101101 | 100 | 110010 | 0 | 100000 | 100100111 | 100010 | 110011 |
Color Harmonies of #A657AD
Complementary color
Monochromatic Colors of #A657AD
Black with #A657AD
Text Example
Text Example
White with #A657AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657AD; }
p { color: rgb(166,87,173); }
H1.HeaderClassName
{
color: #A657AD;
}
.AnyTagClassName
{
color: #A657AD;
}
</style>
background-color css
<style>
a { background-color: #A657AD; }
a { background-color: rgb(166,87,173); }
div.DivClassName
{
background-color: #A657AD;
}
.BgClassName
{
background-color: #A657AD;
}
</style>
border-color css
<style>
span { border-color: #A657AD; }
span { border-color: rgb(166,87,173); }
td.TdClassName
{
border-color: #A657AD;
}
.TagClassName
{
border-color: #A657AD;
}
</style>