Shades of Wistful #A49BE8
Tints of Wistful #A49BE8
RGB
CMYK
RGB Variations
Color information
#A49BE8 (or 0xA49BE8) is known color: Wistful. HEX triplet: A4, 9B and E8. RGB value is (164,155,232). Sum of RGB (Red+Green+Blue) = 164+155+232=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #A49BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BE8 is #5B6417. Grayscale: #A6A6A6. Windows color (decimal): -5989400 or 15244196. OLE color: 15244196.
HSL color Cylindrical-coordinate representation of color #A49BE8: hue angle of 247.01º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49BE8 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 155 | 232 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.09 |
| HSL | 247.01º | 0.63% | 0.76% | - |
| HSV(B) | 247.01º | 0.33% | 0.91% | - |
| XYZ | 41.6 | 37.16 | 81.32 | - |
| YUV | 166.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 232 | 0.29 | 0.33 | 0 | 0.09 | 247.01 | 0.63 | 0.76 |
| Hex | A4 | 9B | E8 | 1D | 21 | 0 | 9 | F7 | 3F | 4C |
| Octal | 244 | 233 | 350 | 35 | 41 | 0 | 11 | 367 | 77 | 114 |
| Binary | 10100100 | 10011011 | 11101000 | 11101 | 100001 | 0 | 1001 | 11110111 | 111111 | 1001100 |
Color Harmonies of #A49BE8
Complementary color
Monochromatic Colors of #A49BE8
Black with #A49BE8
Text Example
Text Example
White with #A49BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BE8; }
p { color: rgb(164,155,232); }
H1.HeaderClassName
{
color: #A49BE8;
}
.AnyTagClassName
{
color: #A49BE8;
}
</style>
background-color css
<style>
a { background-color: #A49BE8; }
a { background-color: rgb(164,155,232); }
div.DivClassName
{
background-color: #A49BE8;
}
.BgClassName
{
background-color: #A49BE8;
}
</style>
border-color css
<style>
span { border-color: #A49BE8; }
span { border-color: rgb(164,155,232); }
td.TdClassName
{
border-color: #A49BE8;
}
.TagClassName
{
border-color: #A49BE8;
}
</style>