Shades of Wistful #A09BEE
Tints of Wistful #A09BEE
RGB
CMYK
RGB Variations
Color information
#A09BEE (or 0xA09BEE) is known color: Wistful. HEX triplet: A0, 9B and EE. RGB value is (160,155,238). Sum of RGB (Red+Green+Blue) = 160+155+238=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #A09BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BEE is #5F6411. Grayscale: #A5A5A5. Windows color (decimal): -6251538 or 15637408. OLE color: 15637408.
HSL color Cylindrical-coordinate representation of color #A09BEE: hue angle of 243.61º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09BEE is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 155 | 238 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.07 |
| HSL | 243.61º | 0.71% | 0.77% | - |
| HSV(B) | 243.61º | 0.35% | 0.93% | - |
| XYZ | 41.65 | 37.09 | 85.85 | - |
| YUV | 165.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 238 | 0.33 | 0.35 | 0 | 0.07 | 243.61 | 0.71 | 0.77 |
| Hex | A0 | 9B | EE | 21 | 23 | 0 | 7 | F4 | 47 | 4D |
| Octal | 240 | 233 | 356 | 41 | 43 | 0 | 7 | 364 | 107 | 115 |
| Binary | 10100000 | 10011011 | 11101110 | 100001 | 100011 | 0 | 111 | 11110100 | 1000111 | 1001101 |
Color Harmonies of #A09BEE
Complementary color
Monochromatic Colors of #A09BEE
Black with #A09BEE
Text Example
Text Example
White with #A09BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BEE; }
p { color: rgb(160,155,238); }
H1.HeaderClassName
{
color: #A09BEE;
}
.AnyTagClassName
{
color: #A09BEE;
}
</style>
background-color css
<style>
a { background-color: #A09BEE; }
a { background-color: rgb(160,155,238); }
div.DivClassName
{
background-color: #A09BEE;
}
.BgClassName
{
background-color: #A09BEE;
}
</style>
border-color css
<style>
span { border-color: #A09BEE; }
span { border-color: rgb(160,155,238); }
td.TdClassName
{
border-color: #A09BEE;
}
.TagClassName
{
border-color: #A09BEE;
}
</style>