Shades of Wistful #A09BD0
Tints of Wistful #A09BD0
RGB
CMYK
RGB Variations
Color information
#A09BD0 (or 0xA09BD0) is known color: Wistful. HEX triplet: A0, 9B and D0. RGB value is (160,155,208). Sum of RGB (Red+Green+Blue) = 160+155+208=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BD0 is #5F642F. Grayscale: #A2A2A2. Windows color (decimal): -6251568 or 13671328. OLE color: 13671328.
HSL color Cylindrical-coordinate representation of color #A09BD0: hue angle of 245.66º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A09BD0 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 155 | 208 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.18 |
| HSL | 245.66º | 0.36% | 0.71% | - |
| HSV(B) | 245.66º | 0.25% | 0.82% | - |
| XYZ | 37.6 | 35.47 | 64.54 | - |
| YUV | 162.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 208 | 0.23 | 0.25 | 0 | 0.18 | 245.66 | 0.36 | 0.71 |
| Hex | A0 | 9B | D0 | 17 | 19 | 0 | 12 | F6 | 24 | 47 |
| Octal | 240 | 233 | 320 | 27 | 31 | 0 | 22 | 366 | 44 | 107 |
| Binary | 10100000 | 10011011 | 11010000 | 10111 | 11001 | 0 | 10010 | 11110110 | 100100 | 1000111 |
Color Harmonies of #A09BD0
Complementary color
Monochromatic Colors of #A09BD0
Black with #A09BD0
Text Example
Text Example
White with #A09BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BD0; }
p { color: rgb(160,155,208); }
H1.HeaderClassName
{
color: #A09BD0;
}
.AnyTagClassName
{
color: #A09BD0;
}
</style>
background-color css
<style>
a { background-color: #A09BD0; }
a { background-color: rgb(160,155,208); }
div.DivClassName
{
background-color: #A09BD0;
}
.BgClassName
{
background-color: #A09BD0;
}
</style>
border-color css
<style>
span { border-color: #A09BD0; }
span { border-color: rgb(160,155,208); }
td.TdClassName
{
border-color: #A09BD0;
}
.TagClassName
{
border-color: #A09BD0;
}
</style>