Shades of Wistful #A49AE6
Tints of Wistful #A49AE6
RGB
CMYK
RGB Variations
Color information
#A49AE6 (or 0xA49AE6) is known color: Wistful. HEX triplet: A4, 9A and E6. RGB value is (164,154,230). Sum of RGB (Red+Green+Blue) = 164+154+230=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #A49AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49AE6 is #5B6519. Grayscale: #A5A5A5. Windows color (decimal): -5989658 or 15112868. OLE color: 15112868.
HSL color Cylindrical-coordinate representation of color #A49AE6: hue angle of 247.89º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49AE6 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 154 | 230 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.10 |
| HSL | 247.89º | 0.6% | 0.75% | - |
| HSV(B) | 247.89º | 0.33% | 0.9% | - |
| XYZ | 41.15 | 36.72 | 79.78 | - |
| YUV | 165.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 230 | 0.29 | 0.33 | 0 | 0.10 | 247.89 | 0.6 | 0.75 |
| Hex | A4 | 9A | E6 | 1D | 21 | 0 | A | F8 | 3C | 4B |
| Octal | 244 | 232 | 346 | 35 | 41 | 0 | 12 | 370 | 74 | 113 |
| Binary | 10100100 | 10011010 | 11100110 | 11101 | 100001 | 0 | 1010 | 11111000 | 111100 | 1001011 |
Color Harmonies of #A49AE6
Complementary color
Monochromatic Colors of #A49AE6
Black with #A49AE6
Text Example
Text Example
White with #A49AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AE6; }
p { color: rgb(164,154,230); }
H1.HeaderClassName
{
color: #A49AE6;
}
.AnyTagClassName
{
color: #A49AE6;
}
</style>
background-color css
<style>
a { background-color: #A49AE6; }
a { background-color: rgb(164,154,230); }
div.DivClassName
{
background-color: #A49AE6;
}
.BgClassName
{
background-color: #A49AE6;
}
</style>
border-color css
<style>
span { border-color: #A49AE6; }
span { border-color: rgb(164,154,230); }
td.TdClassName
{
border-color: #A49AE6;
}
.TagClassName
{
border-color: #A49AE6;
}
</style>