Shades of Wistful #A49DED
Tints of Wistful #A49DED
RGB
CMYK
RGB Variations
Color information
#A49DED (or 0xA49DED) is known color: Wistful. HEX triplet: A4, 9D and ED. RGB value is (164,157,237). Sum of RGB (Red+Green+Blue) = 164+157+237=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #A49DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DED is #5B6212. Grayscale: #A7A7A7. Windows color (decimal): -5988883 or 15572388. OLE color: 15572388.
HSL color Cylindrical-coordinate representation of color #A49DED: hue angle of 245.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49DED is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 157 | 237 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.07 |
| HSL | 245.25º | 0.69% | 0.77% | - |
| HSV(B) | 245.25º | 0.34% | 0.93% | - |
| XYZ | 42.65 | 38.12 | 85.23 | - |
| YUV | 168.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 237 | 0.31 | 0.34 | 0 | 0.07 | 245.25 | 0.69 | 0.77 |
| Hex | A4 | 9D | ED | 1F | 22 | 0 | 7 | F5 | 45 | 4D |
| Octal | 244 | 235 | 355 | 37 | 42 | 0 | 7 | 365 | 105 | 115 |
| Binary | 10100100 | 10011101 | 11101101 | 11111 | 100010 | 0 | 111 | 11110101 | 1000101 | 1001101 |
Color Harmonies of #A49DED
Complementary color
Monochromatic Colors of #A49DED
Black with #A49DED
Text Example
Text Example
White with #A49DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DED; }
p { color: rgb(164,157,237); }
H1.HeaderClassName
{
color: #A49DED;
}
.AnyTagClassName
{
color: #A49DED;
}
</style>
background-color css
<style>
a { background-color: #A49DED; }
a { background-color: rgb(164,157,237); }
div.DivClassName
{
background-color: #A49DED;
}
.BgClassName
{
background-color: #A49DED;
}
</style>
border-color css
<style>
span { border-color: #A49DED; }
span { border-color: rgb(164,157,237); }
td.TdClassName
{
border-color: #A49DED;
}
.TagClassName
{
border-color: #A49DED;
}
</style>