Shades of Wistful #A09DD0
Tints of Wistful #A09DD0
RGB
CMYK
RGB Variations
Color information
#A09DD0 (or 0xA09DD0) is known color: Wistful. HEX triplet: A0, 9D and D0. RGB value is (160,157,208). Sum of RGB (Red+Green+Blue) = 160+157+208=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DD0 is #5F622F. Grayscale: #A3A3A3. Windows color (decimal): -6251056 or 13671840. OLE color: 13671840.
HSL color Cylindrical-coordinate representation of color #A09DD0: hue angle of 243.53º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A09DD0 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 157 | 208 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.18 |
| HSL | 243.53º | 0.35% | 0.72% | - |
| HSV(B) | 243.53º | 0.25% | 0.82% | - |
| XYZ | 37.94 | 36.14 | 64.65 | - |
| YUV | 163.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 208 | 0.23 | 0.25 | 0 | 0.18 | 243.53 | 0.35 | 0.72 |
| Hex | A0 | 9D | D0 | 17 | 19 | 0 | 12 | F4 | 23 | 48 |
| Octal | 240 | 235 | 320 | 27 | 31 | 0 | 22 | 364 | 43 | 110 |
| Binary | 10100000 | 10011101 | 11010000 | 10111 | 11001 | 0 | 10010 | 11110100 | 100011 | 1001000 |
Color Harmonies of #A09DD0
Complementary color
Monochromatic Colors of #A09DD0
Black with #A09DD0
Text Example
Text Example
White with #A09DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DD0; }
p { color: rgb(160,157,208); }
H1.HeaderClassName
{
color: #A09DD0;
}
.AnyTagClassName
{
color: #A09DD0;
}
</style>
background-color css
<style>
a { background-color: #A09DD0; }
a { background-color: rgb(160,157,208); }
div.DivClassName
{
background-color: #A09DD0;
}
.BgClassName
{
background-color: #A09DD0;
}
</style>
border-color css
<style>
span { border-color: #A09DD0; }
span { border-color: rgb(160,157,208); }
td.TdClassName
{
border-color: #A09DD0;
}
.TagClassName
{
border-color: #A09DD0;
}
</style>