Shades of Wistful #A49DE0
Tints of Wistful #A49DE0
RGB
CMYK
RGB Variations
Color information
#A49DE0 (or 0xA49DE0) is known color: Wistful. HEX triplet: A4, 9D and E0. RGB value is (164,157,224). Sum of RGB (Red+Green+Blue) = 164+157+224=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #A49DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DE0 is #5B621F. Grayscale: #A6A6A6. Windows color (decimal): -5988896 or 14720420. OLE color: 14720420.
HSL color Cylindrical-coordinate representation of color #A49DE0: hue angle of 246.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49DE0 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 157 | 224 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.12 |
| HSL | 246.27º | 0.52% | 0.75% | - |
| HSV(B) | 246.27º | 0.3% | 0.88% | - |
| XYZ | 40.82 | 37.39 | 75.59 | - |
| YUV | 166.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 224 | 0.27 | 0.30 | 0 | 0.12 | 246.27 | 0.52 | 0.75 |
| Hex | A4 | 9D | E0 | 1B | 1E | 0 | C | F6 | 34 | 4B |
| Octal | 244 | 235 | 340 | 33 | 36 | 0 | 14 | 366 | 64 | 113 |
| Binary | 10100100 | 10011101 | 11100000 | 11011 | 11110 | 0 | 1100 | 11110110 | 110100 | 1001011 |
Color Harmonies of #A49DE0
Complementary color
Monochromatic Colors of #A49DE0
Black with #A49DE0
Text Example
Text Example
White with #A49DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DE0; }
p { color: rgb(164,157,224); }
H1.HeaderClassName
{
color: #A49DE0;
}
.AnyTagClassName
{
color: #A49DE0;
}
</style>
background-color css
<style>
a { background-color: #A49DE0; }
a { background-color: rgb(164,157,224); }
div.DivClassName
{
background-color: #A49DE0;
}
.BgClassName
{
background-color: #A49DE0;
}
</style>
border-color css
<style>
span { border-color: #A49DE0; }
span { border-color: rgb(164,157,224); }
td.TdClassName
{
border-color: #A49DE0;
}
.TagClassName
{
border-color: #A49DE0;
}
</style>