Shades of Wistful #A49BD8
Tints of Wistful #A49BD8
RGB
CMYK
RGB Variations
Color information
#A49BD8 (or 0xA49BD8) is known color: Wistful. HEX triplet: A4, 9B and D8. RGB value is (164,155,216). Sum of RGB (Red+Green+Blue) = 164+155+216=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #A49BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BD8 is #5B6427. Grayscale: #A4A4A4. Windows color (decimal): -5989416 or 14195620. OLE color: 14195620.
HSL color Cylindrical-coordinate representation of color #A49BD8: hue angle of 248.85º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49BD8 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 155 | 216 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.15 |
| HSL | 248.85º | 0.44% | 0.73% | - |
| HSV(B) | 248.85º | 0.28% | 0.85% | - |
| XYZ | 39.43 | 36.29 | 69.89 | - |
| YUV | 164.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 216 | 0.24 | 0.28 | 0 | 0.15 | 248.85 | 0.44 | 0.73 |
| Hex | A4 | 9B | D8 | 18 | 1C | 0 | F | F9 | 2C | 49 |
| Octal | 244 | 233 | 330 | 30 | 34 | 0 | 17 | 371 | 54 | 111 |
| Binary | 10100100 | 10011011 | 11011000 | 11000 | 11100 | 0 | 1111 | 11111001 | 101100 | 1001001 |
Color Harmonies of #A49BD8
Complementary color
Monochromatic Colors of #A49BD8
Black with #A49BD8
Text Example
Text Example
White with #A49BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BD8; }
p { color: rgb(164,155,216); }
H1.HeaderClassName
{
color: #A49BD8;
}
.AnyTagClassName
{
color: #A49BD8;
}
</style>
background-color css
<style>
a { background-color: #A49BD8; }
a { background-color: rgb(164,155,216); }
div.DivClassName
{
background-color: #A49BD8;
}
.BgClassName
{
background-color: #A49BD8;
}
</style>
border-color css
<style>
span { border-color: #A49BD8; }
span { border-color: rgb(164,155,216); }
td.TdClassName
{
border-color: #A49BD8;
}
.TagClassName
{
border-color: #A49BD8;
}
</style>