Shades of Wistful #A49EDA
Tints of Wistful #A49EDA
RGB
CMYK
RGB Variations
Color information
#A49EDA (or 0xA49EDA) is known color: Wistful. HEX triplet: A4, 9E and DA. RGB value is (164,158,218). Sum of RGB (Red+Green+Blue) = 164+158+218=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #A49EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EDA is #5B6125. Grayscale: #A6A6A6. Windows color (decimal): -5988646 or 14327460. OLE color: 14327460.
HSL color Cylindrical-coordinate representation of color #A49EDA: hue angle of 246º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49EDA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 158 | 218 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.15 |
| HSL | 246º | 0.45% | 0.74% | - |
| HSV(B) | 246º | 0.28% | 0.85% | - |
| XYZ | 40.19 | 37.41 | 71.43 | - |
| YUV | 166.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 218 | 0.25 | 0.28 | 0 | 0.15 | 246 | 0.45 | 0.74 |
| Hex | A4 | 9E | DA | 19 | 1C | 0 | F | F6 | 2D | 4A |
| Octal | 244 | 236 | 332 | 31 | 34 | 0 | 17 | 366 | 55 | 112 |
| Binary | 10100100 | 10011110 | 11011010 | 11001 | 11100 | 0 | 1111 | 11110110 | 101101 | 1001010 |
Color Harmonies of #A49EDA
Complementary color
Monochromatic Colors of #A49EDA
Black with #A49EDA
Text Example
Text Example
White with #A49EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EDA; }
p { color: rgb(164,158,218); }
H1.HeaderClassName
{
color: #A49EDA;
}
.AnyTagClassName
{
color: #A49EDA;
}
</style>
background-color css
<style>
a { background-color: #A49EDA; }
a { background-color: rgb(164,158,218); }
div.DivClassName
{
background-color: #A49EDA;
}
.BgClassName
{
background-color: #A49EDA;
}
</style>
border-color css
<style>
span { border-color: #A49EDA; }
span { border-color: rgb(164,158,218); }
td.TdClassName
{
border-color: #A49EDA;
}
.TagClassName
{
border-color: #A49EDA;
}
</style>