Shades of Wistful #A49FDD
Tints of Wistful #A49FDD
RGB
CMYK
RGB Variations
Color information
#A49FDD (or 0xA49FDD) is known color: Wistful. HEX triplet: A4, 9F and DD. RGB value is (164,159,221). Sum of RGB (Red+Green+Blue) = 164+159+221=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #A49FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FDD is #5B6022. Grayscale: #A7A7A7. Windows color (decimal): -5988387 or 14524324. OLE color: 14524324.
HSL color Cylindrical-coordinate representation of color #A49FDD: hue angle of 244.84º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49FDD is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 159 | 221 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.13 |
| HSL | 244.84º | 0.48% | 0.75% | - |
| HSV(B) | 244.84º | 0.28% | 0.87% | - |
| XYZ | 40.76 | 37.91 | 73.58 | - |
| YUV | 167.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 221 | 0.26 | 0.28 | 0 | 0.13 | 244.84 | 0.48 | 0.75 |
| Hex | A4 | 9F | DD | 1A | 1C | 0 | D | F5 | 30 | 4B |
| Octal | 244 | 237 | 335 | 32 | 34 | 0 | 15 | 365 | 60 | 113 |
| Binary | 10100100 | 10011111 | 11011101 | 11010 | 11100 | 0 | 1101 | 11110101 | 110000 | 1001011 |
Color Harmonies of #A49FDD
Complementary color
Monochromatic Colors of #A49FDD
Black with #A49FDD
Text Example
Text Example
White with #A49FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49FDD; }
p { color: rgb(164,159,221); }
H1.HeaderClassName
{
color: #A49FDD;
}
.AnyTagClassName
{
color: #A49FDD;
}
</style>
background-color css
<style>
a { background-color: #A49FDD; }
a { background-color: rgb(164,159,221); }
div.DivClassName
{
background-color: #A49FDD;
}
.BgClassName
{
background-color: #A49FDD;
}
</style>
border-color css
<style>
span { border-color: #A49FDD; }
span { border-color: rgb(164,159,221); }
td.TdClassName
{
border-color: #A49FDD;
}
.TagClassName
{
border-color: #A49FDD;
}
</style>