Shades of Wistful #A09BD9
Tints of Wistful #A09BD9
RGB
CMYK
RGB Variations
Color information
#A09BD9 (or 0xA09BD9) is known color: Wistful. HEX triplet: A0, 9B and D9. RGB value is (160,155,217). Sum of RGB (Red+Green+Blue) = 160+155+217=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #A09BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BD9 is #5F6426. Grayscale: #A3A3A3. Windows color (decimal): -6251559 or 14261152. OLE color: 14261152.
HSL color Cylindrical-coordinate representation of color #A09BD9: hue angle of 244.84º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09BD9 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 155 | 217 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.15 |
| HSL | 244.84º | 0.45% | 0.73% | - |
| HSV(B) | 244.84º | 0.29% | 0.85% | - |
| XYZ | 38.74 | 35.93 | 70.54 | - |
| YUV | 163.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 217 | 0.26 | 0.29 | 0 | 0.15 | 244.84 | 0.45 | 0.73 |
| Hex | A0 | 9B | D9 | 1A | 1D | 0 | F | F5 | 2D | 49 |
| Octal | 240 | 233 | 331 | 32 | 35 | 0 | 17 | 365 | 55 | 111 |
| Binary | 10100000 | 10011011 | 11011001 | 11010 | 11101 | 0 | 1111 | 11110101 | 101101 | 1001001 |
Color Harmonies of #A09BD9
Complementary color
Monochromatic Colors of #A09BD9
Black with #A09BD9
Text Example
Text Example
White with #A09BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BD9; }
p { color: rgb(160,155,217); }
H1.HeaderClassName
{
color: #A09BD9;
}
.AnyTagClassName
{
color: #A09BD9;
}
</style>
background-color css
<style>
a { background-color: #A09BD9; }
a { background-color: rgb(160,155,217); }
div.DivClassName
{
background-color: #A09BD9;
}
.BgClassName
{
background-color: #A09BD9;
}
</style>
border-color css
<style>
span { border-color: #A09BD9; }
span { border-color: rgb(160,155,217); }
td.TdClassName
{
border-color: #A09BD9;
}
.TagClassName
{
border-color: #A09BD9;
}
</style>