Shades of Wistful #A49EEC
Tints of Wistful #A49EEC
RGB
CMYK
RGB Variations
Color information
#A49EEC (or 0xA49EEC) is known color: Wistful. HEX triplet: A4, 9E and EC. RGB value is (164,158,236). Sum of RGB (Red+Green+Blue) = 164+158+236=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #A49EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EEC is #5B6113. Grayscale: #A8A8A8. Windows color (decimal): -5988628 or 15507108. OLE color: 15507108.
HSL color Cylindrical-coordinate representation of color #A49EEC: hue angle of 244.62º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49EEC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 158 | 236 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.07 |
| HSL | 244.62º | 0.67% | 0.77% | - |
| HSV(B) | 244.62º | 0.33% | 0.93% | - |
| XYZ | 42.68 | 38.4 | 84.52 | - |
| YUV | 168.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 236 | 0.31 | 0.33 | 0 | 0.07 | 244.62 | 0.67 | 0.77 |
| Hex | A4 | 9E | EC | 1F | 21 | 0 | 7 | F5 | 43 | 4D |
| Octal | 244 | 236 | 354 | 37 | 41 | 0 | 7 | 365 | 103 | 115 |
| Binary | 10100100 | 10011110 | 11101100 | 11111 | 100001 | 0 | 111 | 11110101 | 1000011 | 1001101 |
Color Harmonies of #A49EEC
Complementary color
Monochromatic Colors of #A49EEC
Black with #A49EEC
Text Example
Text Example
White with #A49EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49EEC; }
p { color: rgb(164,158,236); }
H1.HeaderClassName
{
color: #A49EEC;
}
.AnyTagClassName
{
color: #A49EEC;
}
</style>
background-color css
<style>
a { background-color: #A49EEC; }
a { background-color: rgb(164,158,236); }
div.DivClassName
{
background-color: #A49EEC;
}
.BgClassName
{
background-color: #A49EEC;
}
</style>
border-color css
<style>
span { border-color: #A49EEC; }
span { border-color: rgb(164,158,236); }
td.TdClassName
{
border-color: #A49EEC;
}
.TagClassName
{
border-color: #A49EEC;
}
</style>