Shades of Wistful #A09DCF
Tints of Wistful #A09DCF
RGB
CMYK
RGB Variations
Color information
#A09DCF (or 0xA09DCF) is known color: Wistful. HEX triplet: A0, 9D and CF. RGB value is (160,157,207). Sum of RGB (Red+Green+Blue) = 160+157+207=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #A09DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DCF is #5F6230. Grayscale: #A3A3A3. Windows color (decimal): -6251057 or 13606304. OLE color: 13606304.
HSL color Cylindrical-coordinate representation of color #A09DCF: hue angle of 243.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09DCF is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 157 | 207 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.19 |
| HSL | 243.6º | 0.34% | 0.71% | - |
| HSV(B) | 243.6º | 0.24% | 0.81% | - |
| XYZ | 37.82 | 36.09 | 64 | - |
| YUV | 163.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 207 | 0.23 | 0.24 | 0 | 0.19 | 243.6 | 0.34 | 0.71 |
| Hex | A0 | 9D | CF | 17 | 18 | 0 | 13 | F4 | 22 | 47 |
| Octal | 240 | 235 | 317 | 27 | 30 | 0 | 23 | 364 | 42 | 107 |
| Binary | 10100000 | 10011101 | 11001111 | 10111 | 11000 | 0 | 10011 | 11110100 | 100010 | 1000111 |
Color Harmonies of #A09DCF
Complementary color
Monochromatic Colors of #A09DCF
Black with #A09DCF
Text Example
Text Example
White with #A09DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DCF; }
p { color: rgb(160,157,207); }
H1.HeaderClassName
{
color: #A09DCF;
}
.AnyTagClassName
{
color: #A09DCF;
}
</style>
background-color css
<style>
a { background-color: #A09DCF; }
a { background-color: rgb(160,157,207); }
div.DivClassName
{
background-color: #A09DCF;
}
.BgClassName
{
background-color: #A09DCF;
}
</style>
border-color css
<style>
span { border-color: #A09DCF; }
span { border-color: rgb(160,157,207); }
td.TdClassName
{
border-color: #A09DCF;
}
.TagClassName
{
border-color: #A09DCF;
}
</style>