Shades of Wistful #A09BE8
Tints of Wistful #A09BE8
RGB
CMYK
RGB Variations
Color information
#A09BE8 (or 0xA09BE8) is known color: Wistful. HEX triplet: A0, 9B and E8. RGB value is (160,155,232). Sum of RGB (Red+Green+Blue) = 160+155+232=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #A09BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BE8 is #5F6417. Grayscale: #A4A4A4. Windows color (decimal): -6251544 or 15244192. OLE color: 15244192.
HSL color Cylindrical-coordinate representation of color #A09BE8: hue angle of 243.9º 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 #A09BE8 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 155 | 232 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.09 |
| HSL | 243.9º | 0.63% | 0.76% | - |
| HSV(B) | 243.9º | 0.33% | 0.91% | - |
| XYZ | 40.78 | 36.74 | 81.29 | - |
| YUV | 165.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 232 | 0.31 | 0.33 | 0 | 0.09 | 243.9 | 0.63 | 0.76 |
| Hex | A0 | 9B | E8 | 1F | 21 | 0 | 9 | F4 | 3F | 4C |
| Octal | 240 | 233 | 350 | 37 | 41 | 0 | 11 | 364 | 77 | 114 |
| Binary | 10100000 | 10011011 | 11101000 | 11111 | 100001 | 0 | 1001 | 11110100 | 111111 | 1001100 |
Color Harmonies of #A09BE8
Complementary color
Monochromatic Colors of #A09BE8
Black with #A09BE8
Text Example
Text Example
White with #A09BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BE8; }
p { color: rgb(160,155,232); }
H1.HeaderClassName
{
color: #A09BE8;
}
.AnyTagClassName
{
color: #A09BE8;
}
</style>
background-color css
<style>
a { background-color: #A09BE8; }
a { background-color: rgb(160,155,232); }
div.DivClassName
{
background-color: #A09BE8;
}
.BgClassName
{
background-color: #A09BE8;
}
</style>
border-color css
<style>
span { border-color: #A09BE8; }
span { border-color: rgb(160,155,232); }
td.TdClassName
{
border-color: #A09BE8;
}
.TagClassName
{
border-color: #A09BE8;
}
</style>