Shades of Wistful #A09BDA
Tints of Wistful #A09BDA
RGB
CMYK
RGB Variations
Color information
#A09BDA (or 0xA09BDA) is known color: Wistful. HEX triplet: A0, 9B and DA. RGB value is (160,155,218). Sum of RGB (Red+Green+Blue) = 160+155+218=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #A09BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BDA is #5F6425. Grayscale: #A3A3A3. Windows color (decimal): -6251558 or 14326688. OLE color: 14326688.
HSL color Cylindrical-coordinate representation of color #A09BDA: hue angle of 244.76º degrees, saturation: 0.46, 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 #A09BDA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 155 | 218 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.15 |
| HSL | 244.76º | 0.46% | 0.73% | - |
| HSV(B) | 244.76º | 0.29% | 0.85% | - |
| XYZ | 38.87 | 35.98 | 71.23 | - |
| YUV | 163.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 218 | 0.27 | 0.29 | 0 | 0.15 | 244.76 | 0.46 | 0.73 |
| Hex | A0 | 9B | DA | 1B | 1D | 0 | F | F5 | 2E | 49 |
| Octal | 240 | 233 | 332 | 33 | 35 | 0 | 17 | 365 | 56 | 111 |
| Binary | 10100000 | 10011011 | 11011010 | 11011 | 11101 | 0 | 1111 | 11110101 | 101110 | 1001001 |
Color Harmonies of #A09BDA
Complementary color
Monochromatic Colors of #A09BDA
Black with #A09BDA
Text Example
Text Example
White with #A09BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BDA; }
p { color: rgb(160,155,218); }
H1.HeaderClassName
{
color: #A09BDA;
}
.AnyTagClassName
{
color: #A09BDA;
}
</style>
background-color css
<style>
a { background-color: #A09BDA; }
a { background-color: rgb(160,155,218); }
div.DivClassName
{
background-color: #A09BDA;
}
.BgClassName
{
background-color: #A09BDA;
}
</style>
border-color css
<style>
span { border-color: #A09BDA; }
span { border-color: rgb(160,155,218); }
td.TdClassName
{
border-color: #A09BDA;
}
.TagClassName
{
border-color: #A09BDA;
}
</style>