Shades of Wistful #A49BD6
Tints of Wistful #A49BD6
RGB
CMYK
RGB Variations
Color information
#A49BD6 (or 0xA49BD6) is known color: Wistful. HEX triplet: A4, 9B and D6. RGB value is (164,155,214). Sum of RGB (Red+Green+Blue) = 164+155+214=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #A49BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BD6 is #5B6429. Grayscale: #A4A4A4. Windows color (decimal): -5989418 or 14064548. OLE color: 14064548.
HSL color Cylindrical-coordinate representation of color #A49BD6: hue angle of 249.15º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49BD6 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 155 | 214 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.16 |
| HSL | 249.15º | 0.42% | 0.72% | - |
| HSV(B) | 249.15º | 0.28% | 0.84% | - |
| XYZ | 39.17 | 36.19 | 68.54 | - |
| YUV | 164.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 214 | 0.23 | 0.28 | 0 | 0.16 | 249.15 | 0.42 | 0.72 |
| Hex | A4 | 9B | D6 | 17 | 1C | 0 | 10 | F9 | 2A | 48 |
| Octal | 244 | 233 | 326 | 27 | 34 | 0 | 20 | 371 | 52 | 110 |
| Binary | 10100100 | 10011011 | 11010110 | 10111 | 11100 | 0 | 10000 | 11111001 | 101010 | 1001000 |
Color Harmonies of #A49BD6
Complementary color
Monochromatic Colors of #A49BD6
Black with #A49BD6
Text Example
Text Example
White with #A49BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BD6; }
p { color: rgb(164,155,214); }
H1.HeaderClassName
{
color: #A49BD6;
}
.AnyTagClassName
{
color: #A49BD6;
}
</style>
background-color css
<style>
a { background-color: #A49BD6; }
a { background-color: rgb(164,155,214); }
div.DivClassName
{
background-color: #A49BD6;
}
.BgClassName
{
background-color: #A49BD6;
}
</style>
border-color css
<style>
span { border-color: #A49BD6; }
span { border-color: rgb(164,155,214); }
td.TdClassName
{
border-color: #A49BD6;
}
.TagClassName
{
border-color: #A49BD6;
}
</style>