Shades of Wistful #A49BC5
Tints of Wistful #A49BC5
RGB
CMYK
RGB Variations
Color information
#A49BC5 (or 0xA49BC5) is known color: Wistful. HEX triplet: A4, 9B and C5. RGB value is (164,155,197). Sum of RGB (Red+Green+Blue) = 164+155+197=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #A49BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BC5 is #5B643A. Grayscale: #A2A2A2. Windows color (decimal): -5989435 or 12950436. OLE color: 12950436.
HSL color Cylindrical-coordinate representation of color #A49BC5: hue angle of 252.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49BC5 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 155 | 197 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.23 |
| HSL | 252.86º | 0.27% | 0.69% | - |
| HSV(B) | 252.86º | 0.21% | 0.77% | - |
| XYZ | 37.11 | 35.37 | 57.69 | - |
| YUV | 162.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 197 | 0.17 | 0.21 | 0 | 0.23 | 252.86 | 0.27 | 0.69 |
| Hex | A4 | 9B | C5 | 11 | 15 | 0 | 17 | FD | 1B | 45 |
| Octal | 244 | 233 | 305 | 21 | 25 | 0 | 27 | 375 | 33 | 105 |
| Binary | 10100100 | 10011011 | 11000101 | 10001 | 10101 | 0 | 10111 | 11111101 | 11011 | 1000101 |
Color Harmonies of #A49BC5
Complementary color
Monochromatic Colors of #A49BC5
Black with #A49BC5
Text Example
Text Example
White with #A49BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BC5; }
p { color: rgb(164,155,197); }
H1.HeaderClassName
{
color: #A49BC5;
}
.AnyTagClassName
{
color: #A49BC5;
}
</style>
background-color css
<style>
a { background-color: #A49BC5; }
a { background-color: rgb(164,155,197); }
div.DivClassName
{
background-color: #A49BC5;
}
.BgClassName
{
background-color: #A49BC5;
}
</style>
border-color css
<style>
span { border-color: #A49BC5; }
span { border-color: rgb(164,155,197); }
td.TdClassName
{
border-color: #A49BC5;
}
.TagClassName
{
border-color: #A49BC5;
}
</style>