Shades of Wistful #A49AD6
Tints of Wistful #A49AD6
RGB
CMYK
RGB Variations
Color information
#A49AD6 (or 0xA49AD6) is known color: Wistful. HEX triplet: A4, 9A and D6. RGB value is (164,154,214). Sum of RGB (Red+Green+Blue) = 164+154+214=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #A49AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49AD6 is #5B6529. Grayscale: #A3A3A3. Windows color (decimal): -5989674 or 14064292. OLE color: 14064292.
HSL color Cylindrical-coordinate representation of color #A49AD6: hue angle of 250º 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 #A49AD6 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 154 | 214 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.16 |
| HSL | 250º | 0.42% | 0.72% | - |
| HSV(B) | 250º | 0.28% | 0.84% | - |
| XYZ | 39 | 35.86 | 68.48 | - |
| YUV | 163.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 214 | 0.23 | 0.28 | 0 | 0.16 | 250 | 0.42 | 0.72 |
| Hex | A4 | 9A | D6 | 17 | 1C | 0 | 10 | FA | 2A | 48 |
| Octal | 244 | 232 | 326 | 27 | 34 | 0 | 20 | 372 | 52 | 110 |
| Binary | 10100100 | 10011010 | 11010110 | 10111 | 11100 | 0 | 10000 | 11111010 | 101010 | 1001000 |
Color Harmonies of #A49AD6
Complementary color
Monochromatic Colors of #A49AD6
Black with #A49AD6
Text Example
Text Example
White with #A49AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AD6; }
p { color: rgb(164,154,214); }
H1.HeaderClassName
{
color: #A49AD6;
}
.AnyTagClassName
{
color: #A49AD6;
}
</style>
background-color css
<style>
a { background-color: #A49AD6; }
a { background-color: rgb(164,154,214); }
div.DivClassName
{
background-color: #A49AD6;
}
.BgClassName
{
background-color: #A49AD6;
}
</style>
border-color css
<style>
span { border-color: #A49AD6; }
span { border-color: rgb(164,154,214); }
td.TdClassName
{
border-color: #A49AD6;
}
.TagClassName
{
border-color: #A49AD6;
}
</style>