Shades of Violet Blue #A957AD
Tints of Violet Blue #A957AD
RGB
CMYK
RGB Variations
Color information
#A957AD (or 0xA957AD) is known color: Violet Blue. HEX triplet: A9, 57 and AD. RGB value is (169,87,173). Sum of RGB (Red+Green+Blue) = 169+87+173=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #A957AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957AD is #56A852. Grayscale: #797979. Windows color (decimal): -5679187 or 11360169. OLE color: 11360169.
HSL color Cylindrical-coordinate representation of color #A957AD: hue angle of 297.21º 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 #A957AD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 87 | 173 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.32 |
| HSL | 297.21º | 0.34% | 0.51% | - |
| HSV(B) | 297.21º | 0.5% | 0.68% | - |
| XYZ | 27.31 | 18.27 | 41.62 | - |
| YUV | 121.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 173 | 0.02 | 0.50 | 0 | 0.32 | 297.21 | 0.34 | 0.51 |
| Hex | A9 | 57 | AD | 2 | 32 | 0 | 20 | 129 | 22 | 33 |
| Octal | 251 | 127 | 255 | 2 | 62 | 0 | 40 | 451 | 42 | 63 |
| Binary | 10101001 | 1010111 | 10101101 | 10 | 110010 | 0 | 100000 | 100101001 | 100010 | 110011 |
Color Harmonies of #A957AD
Complementary color
Monochromatic Colors of #A957AD
Black with #A957AD
Text Example
Text Example
White with #A957AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A957AD; }
p { color: rgb(169,87,173); }
H1.HeaderClassName
{
color: #A957AD;
}
.AnyTagClassName
{
color: #A957AD;
}
</style>
background-color css
<style>
a { background-color: #A957AD; }
a { background-color: rgb(169,87,173); }
div.DivClassName
{
background-color: #A957AD;
}
.BgClassName
{
background-color: #A957AD;
}
</style>
border-color css
<style>
span { border-color: #A957AD; }
span { border-color: rgb(169,87,173); }
td.TdClassName
{
border-color: #A957AD;
}
.TagClassName
{
border-color: #A957AD;
}
</style>