Shades of Wistful #A49DE3
Tints of Wistful #A49DE3
RGB
CMYK
RGB Variations
Color information
#A49DE3 (or 0xA49DE3) is known color: Wistful. HEX triplet: A4, 9D and E3. RGB value is (164,157,227). Sum of RGB (Red+Green+Blue) = 164+157+227=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #A49DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DE3 is #5B621C. Grayscale: #A6A6A6. Windows color (decimal): -5988893 or 14917028. OLE color: 14917028.
HSL color Cylindrical-coordinate representation of color #A49DE3: hue angle of 246º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A49DE3 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 157 | 227 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.11 |
| HSL | 246º | 0.56% | 0.75% | - |
| HSV(B) | 246º | 0.31% | 0.89% | - |
| XYZ | 41.23 | 37.55 | 77.75 | - |
| YUV | 167.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 227 | 0.28 | 0.31 | 0 | 0.11 | 246 | 0.56 | 0.75 |
| Hex | A4 | 9D | E3 | 1C | 1F | 0 | B | F6 | 38 | 4B |
| Octal | 244 | 235 | 343 | 34 | 37 | 0 | 13 | 366 | 70 | 113 |
| Binary | 10100100 | 10011101 | 11100011 | 11100 | 11111 | 0 | 1011 | 11110110 | 111000 | 1001011 |
Color Harmonies of #A49DE3
Complementary color
Monochromatic Colors of #A49DE3
Black with #A49DE3
Text Example
Text Example
White with #A49DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DE3; }
p { color: rgb(164,157,227); }
H1.HeaderClassName
{
color: #A49DE3;
}
.AnyTagClassName
{
color: #A49DE3;
}
</style>
background-color css
<style>
a { background-color: #A49DE3; }
a { background-color: rgb(164,157,227); }
div.DivClassName
{
background-color: #A49DE3;
}
.BgClassName
{
background-color: #A49DE3;
}
</style>
border-color css
<style>
span { border-color: #A49DE3; }
span { border-color: rgb(164,157,227); }
td.TdClassName
{
border-color: #A49DE3;
}
.TagClassName
{
border-color: #A49DE3;
}
</style>