Shades of Wistful #A09AD7
Tints of Wistful #A09AD7
RGB
CMYK
RGB Variations
Color information
#A09AD7 (or 0xA09AD7) is known color: Wistful. HEX triplet: A0, 9A and D7. RGB value is (160,154,215). Sum of RGB (Red+Green+Blue) = 160+154+215=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #A09AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AD7 is #5F6528. Grayscale: #A2A2A2. Windows color (decimal): -6251817 or 14129824. OLE color: 14129824.
HSL color Cylindrical-coordinate representation of color #A09AD7: hue angle of 245.9º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A09AD7 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 154 | 215 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.16 |
| HSL | 245.9º | 0.43% | 0.72% | - |
| HSV(B) | 245.9º | 0.28% | 0.84% | - |
| XYZ | 38.32 | 35.49 | 69.12 | - |
| YUV | 162.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 215 | 0.26 | 0.28 | 0 | 0.16 | 245.9 | 0.43 | 0.72 |
| Hex | A0 | 9A | D7 | 1A | 1C | 0 | 10 | F6 | 2B | 48 |
| Octal | 240 | 232 | 327 | 32 | 34 | 0 | 20 | 366 | 53 | 110 |
| Binary | 10100000 | 10011010 | 11010111 | 11010 | 11100 | 0 | 10000 | 11110110 | 101011 | 1001000 |
Color Harmonies of #A09AD7
Complementary color
Monochromatic Colors of #A09AD7
Black with #A09AD7
Text Example
Text Example
White with #A09AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09AD7; }
p { color: rgb(160,154,215); }
H1.HeaderClassName
{
color: #A09AD7;
}
.AnyTagClassName
{
color: #A09AD7;
}
</style>
background-color css
<style>
a { background-color: #A09AD7; }
a { background-color: rgb(160,154,215); }
div.DivClassName
{
background-color: #A09AD7;
}
.BgClassName
{
background-color: #A09AD7;
}
</style>
border-color css
<style>
span { border-color: #A09AD7; }
span { border-color: rgb(160,154,215); }
td.TdClassName
{
border-color: #A09AD7;
}
.TagClassName
{
border-color: #A09AD7;
}
</style>