Shades of Violet Blue #A956B1
Tints of Violet Blue #A956B1
RGB
CMYK
RGB Variations
Color information
#A956B1 (or 0xA956B1) is known color: Violet Blue. HEX triplet: A9, 56 and B1. RGB value is (169,86,177). Sum of RGB (Red+Green+Blue) = 169+86+177=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #A956B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A956B1 is #56A94E. Grayscale: #787878. Windows color (decimal): -5679439 or 11622057. OLE color: 11622057.
HSL color Cylindrical-coordinate representation of color #A956B1: hue angle of 294.73º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A956B1 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 86 | 177 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.31 |
| HSL | 294.73º | 0.37% | 0.52% | - |
| HSV(B) | 294.73º | 0.51% | 0.69% | - |
| XYZ | 27.63 | 18.26 | 43.66 | - |
| YUV | 121.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 177 | 0.05 | 0.51 | 0 | 0.31 | 294.73 | 0.37 | 0.52 |
| Hex | A9 | 56 | B1 | 5 | 33 | 0 | 1F | 127 | 25 | 34 |
| Octal | 251 | 126 | 261 | 5 | 63 | 0 | 37 | 447 | 45 | 64 |
| Binary | 10101001 | 1010110 | 10110001 | 101 | 110011 | 0 | 11111 | 100100111 | 100101 | 110100 |
Color Harmonies of #A956B1
Complementary color
Monochromatic Colors of #A956B1
Black with #A956B1
Text Example
Text Example
White with #A956B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956B1; }
p { color: rgb(169,86,177); }
H1.HeaderClassName
{
color: #A956B1;
}
.AnyTagClassName
{
color: #A956B1;
}
</style>
background-color css
<style>
a { background-color: #A956B1; }
a { background-color: rgb(169,86,177); }
div.DivClassName
{
background-color: #A956B1;
}
.BgClassName
{
background-color: #A956B1;
}
</style>
border-color css
<style>
span { border-color: #A956B1; }
span { border-color: rgb(169,86,177); }
td.TdClassName
{
border-color: #A956B1;
}
.TagClassName
{
border-color: #A956B1;
}
</style>