Shades of Wistful #A49BE4
Tints of Wistful #A49BE4
RGB
CMYK
RGB Variations
Color information
#A49BE4 (or 0xA49BE4) is known color: Wistful. HEX triplet: A4, 9B and E4. RGB value is (164,155,228). Sum of RGB (Red+Green+Blue) = 164+155+228=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #A49BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BE4 is #5B641B. Grayscale: #A5A5A5. Windows color (decimal): -5989404 or 14982052. OLE color: 14982052.
HSL color Cylindrical-coordinate representation of color #A49BE4: hue angle of 247.4º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A49BE4 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 155 | 228 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.11 |
| HSL | 247.4º | 0.57% | 0.75% | - |
| HSV(B) | 247.4º | 0.32% | 0.89% | - |
| XYZ | 41.03 | 36.94 | 78.37 | - |
| YUV | 166.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 228 | 0.28 | 0.32 | 0 | 0.11 | 247.4 | 0.57 | 0.75 |
| Hex | A4 | 9B | E4 | 1C | 20 | 0 | B | F7 | 39 | 4B |
| Octal | 244 | 233 | 344 | 34 | 40 | 0 | 13 | 367 | 71 | 113 |
| Binary | 10100100 | 10011011 | 11100100 | 11100 | 100000 | 0 | 1011 | 11110111 | 111001 | 1001011 |
Color Harmonies of #A49BE4
Complementary color
Monochromatic Colors of #A49BE4
Black with #A49BE4
Text Example
Text Example
White with #A49BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BE4; }
p { color: rgb(164,155,228); }
H1.HeaderClassName
{
color: #A49BE4;
}
.AnyTagClassName
{
color: #A49BE4;
}
</style>
background-color css
<style>
a { background-color: #A49BE4; }
a { background-color: rgb(164,155,228); }
div.DivClassName
{
background-color: #A49BE4;
}
.BgClassName
{
background-color: #A49BE4;
}
</style>
border-color css
<style>
span { border-color: #A49BE4; }
span { border-color: rgb(164,155,228); }
td.TdClassName
{
border-color: #A49BE4;
}
.TagClassName
{
border-color: #A49BE4;
}
</style>