Shades of Wistful #A49FDE
Tints of Wistful #A49FDE
RGB
CMYK
RGB Variations
Color information
#A49FDE (or 0xA49FDE) is known color: Wistful. HEX triplet: A4, 9F and DE. RGB value is (164,159,222). Sum of RGB (Red+Green+Blue) = 164+159+222=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #A49FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FDE is #5B6021. Grayscale: #A7A7A7. Windows color (decimal): -5988386 or 14589860. OLE color: 14589860.
HSL color Cylindrical-coordinate representation of color #A49FDE: hue angle of 244.76º degrees, saturation: 0.49, 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 #A49FDE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 159 | 222 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.13 |
| HSL | 244.76º | 0.49% | 0.75% | - |
| HSV(B) | 244.76º | 0.28% | 0.87% | - |
| XYZ | 40.89 | 37.96 | 74.28 | - |
| YUV | 167.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 222 | 0.26 | 0.28 | 0 | 0.13 | 244.76 | 0.49 | 0.75 |
| Hex | A4 | 9F | DE | 1A | 1C | 0 | D | F5 | 31 | 4B |
| Octal | 244 | 237 | 336 | 32 | 34 | 0 | 15 | 365 | 61 | 113 |
| Binary | 10100100 | 10011111 | 11011110 | 11010 | 11100 | 0 | 1101 | 11110101 | 110001 | 1001011 |
Color Harmonies of #A49FDE
Complementary color
Monochromatic Colors of #A49FDE
Black with #A49FDE
Text Example
Text Example
White with #A49FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49FDE; }
p { color: rgb(164,159,222); }
H1.HeaderClassName
{
color: #A49FDE;
}
.AnyTagClassName
{
color: #A49FDE;
}
</style>
background-color css
<style>
a { background-color: #A49FDE; }
a { background-color: rgb(164,159,222); }
div.DivClassName
{
background-color: #A49FDE;
}
.BgClassName
{
background-color: #A49FDE;
}
</style>
border-color css
<style>
span { border-color: #A49FDE; }
span { border-color: rgb(164,159,222); }
td.TdClassName
{
border-color: #A49FDE;
}
.TagClassName
{
border-color: #A49FDE;
}
</style>