Shades of Wistful #A49ECF
Tints of Wistful #A49ECF
RGB
CMYK
RGB Variations
Color information
#A49ECF (or 0xA49ECF) is known color: Wistful. HEX triplet: A4, 9E and CF. RGB value is (164,158,207). Sum of RGB (Red+Green+Blue) = 164+158+207=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #A49ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ECF is #5B6130. Grayscale: #A5A5A5. Windows color (decimal): -5988657 or 13606564. OLE color: 13606564.
HSL color Cylindrical-coordinate representation of color #A49ECF: hue angle of 247.35º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A49ECF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 158 | 207 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.19 |
| HSL | 247.35º | 0.34% | 0.72% | - |
| HSV(B) | 247.35º | 0.24% | 0.81% | - |
| XYZ | 38.8 | 36.85 | 64.1 | - |
| YUV | 165.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 207 | 0.21 | 0.24 | 0 | 0.19 | 247.35 | 0.34 | 0.72 |
| Hex | A4 | 9E | CF | 15 | 18 | 0 | 13 | F7 | 22 | 48 |
| Octal | 244 | 236 | 317 | 25 | 30 | 0 | 23 | 367 | 42 | 110 |
| Binary | 10100100 | 10011110 | 11001111 | 10101 | 11000 | 0 | 10011 | 11110111 | 100010 | 1001000 |
Color Harmonies of #A49ECF
Complementary color
Monochromatic Colors of #A49ECF
Black with #A49ECF
Text Example
Text Example
White with #A49ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49ECF; }
p { color: rgb(164,158,207); }
H1.HeaderClassName
{
color: #A49ECF;
}
.AnyTagClassName
{
color: #A49ECF;
}
</style>
background-color css
<style>
a { background-color: #A49ECF; }
a { background-color: rgb(164,158,207); }
div.DivClassName
{
background-color: #A49ECF;
}
.BgClassName
{
background-color: #A49ECF;
}
</style>
border-color css
<style>
span { border-color: #A49ECF; }
span { border-color: rgb(164,158,207); }
td.TdClassName
{
border-color: #A49ECF;
}
.TagClassName
{
border-color: #A49ECF;
}
</style>