Shades of Wistful #A49EDF
Tints of Wistful #A49EDF
RGB
CMYK
RGB Variations
Color information
#A49EDF (or 0xA49EDF) is known color: Wistful. HEX triplet: A4, 9E and DF. RGB value is (164,158,223). Sum of RGB (Red+Green+Blue) = 164+158+223=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #A49EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EDF is #5B6120. Grayscale: #A6A6A6. Windows color (decimal): -5988641 or 14655140. OLE color: 14655140.
HSL color Cylindrical-coordinate representation of color #A49EDF: hue angle of 245.54º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49EDF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 158 | 223 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.13 |
| HSL | 245.54º | 0.5% | 0.75% | - |
| HSV(B) | 245.54º | 0.29% | 0.87% | - |
| XYZ | 40.86 | 37.67 | 74.93 | - |
| YUV | 167.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 223 | 0.26 | 0.29 | 0 | 0.13 | 245.54 | 0.5 | 0.75 |
| Hex | A4 | 9E | DF | 1A | 1D | 0 | D | F6 | 32 | 4B |
| Octal | 244 | 236 | 337 | 32 | 35 | 0 | 15 | 366 | 62 | 113 |
| Binary | 10100100 | 10011110 | 11011111 | 11010 | 11101 | 0 | 1101 | 11110110 | 110010 | 1001011 |
Color Harmonies of #A49EDF
Complementary color
Monochromatic Colors of #A49EDF
Black with #A49EDF
Text Example
Text Example
White with #A49EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EDF; }
p { color: rgb(164,158,223); }
H1.HeaderClassName
{
color: #A49EDF;
}
.AnyTagClassName
{
color: #A49EDF;
}
</style>
background-color css
<style>
a { background-color: #A49EDF; }
a { background-color: rgb(164,158,223); }
div.DivClassName
{
background-color: #A49EDF;
}
.BgClassName
{
background-color: #A49EDF;
}
</style>
border-color css
<style>
span { border-color: #A49EDF; }
span { border-color: rgb(164,158,223); }
td.TdClassName
{
border-color: #A49EDF;
}
.TagClassName
{
border-color: #A49EDF;
}
</style>