Shades of Wistful #A09BDE
Tints of Wistful #A09BDE
RGB
CMYK
RGB Variations
Color information
#A09BDE (or 0xA09BDE) is known color: Wistful. HEX triplet: A0, 9B and DE. RGB value is (160,155,222). Sum of RGB (Red+Green+Blue) = 160+155+222=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #A09BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BDE is #5F6421. Grayscale: #A3A3A3. Windows color (decimal): -6251554 or 14588832. OLE color: 14588832.
HSL color Cylindrical-coordinate representation of color #A09BDE: hue angle of 244.48º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09BDE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 155 | 222 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.13 |
| HSL | 244.48º | 0.5% | 0.74% | - |
| HSV(B) | 244.48º | 0.3% | 0.87% | - |
| XYZ | 39.4 | 36.19 | 74.02 | - |
| YUV | 164.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 222 | 0.28 | 0.30 | 0 | 0.13 | 244.48 | 0.5 | 0.74 |
| Hex | A0 | 9B | DE | 1C | 1E | 0 | D | F4 | 32 | 4A |
| Octal | 240 | 233 | 336 | 34 | 36 | 0 | 15 | 364 | 62 | 112 |
| Binary | 10100000 | 10011011 | 11011110 | 11100 | 11110 | 0 | 1101 | 11110100 | 110010 | 1001010 |
Color Harmonies of #A09BDE
Complementary color
Monochromatic Colors of #A09BDE
Black with #A09BDE
Text Example
Text Example
White with #A09BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BDE; }
p { color: rgb(160,155,222); }
H1.HeaderClassName
{
color: #A09BDE;
}
.AnyTagClassName
{
color: #A09BDE;
}
</style>
background-color css
<style>
a { background-color: #A09BDE; }
a { background-color: rgb(160,155,222); }
div.DivClassName
{
background-color: #A09BDE;
}
.BgClassName
{
background-color: #A09BDE;
}
</style>
border-color css
<style>
span { border-color: #A09BDE; }
span { border-color: rgb(160,155,222); }
td.TdClassName
{
border-color: #A09BDE;
}
.TagClassName
{
border-color: #A09BDE;
}
</style>