Shades of Wistful #A09DCE
Tints of Wistful #A09DCE
RGB
CMYK
RGB Variations
Color information
#A09DCE (or 0xA09DCE) is known color: Wistful. HEX triplet: A0, 9D and CE. RGB value is (160,157,206). Sum of RGB (Red+Green+Blue) = 160+157+206=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #A09DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DCE is #5F6231. Grayscale: #A3A3A3. Windows color (decimal): -6251058 or 13540768. OLE color: 13540768.
HSL color Cylindrical-coordinate representation of color #A09DCE: hue angle of 243.67º degrees, saturation: 0.33, 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 #A09DCE is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 157 | 206 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.19 |
| HSL | 243.67º | 0.33% | 0.71% | - |
| HSV(B) | 243.67º | 0.24% | 0.81% | - |
| XYZ | 37.69 | 36.04 | 63.36 | - |
| YUV | 163.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 206 | 0.22 | 0.24 | 0 | 0.19 | 243.67 | 0.33 | 0.71 |
| Hex | A0 | 9D | CE | 16 | 18 | 0 | 13 | F4 | 21 | 47 |
| Octal | 240 | 235 | 316 | 26 | 30 | 0 | 23 | 364 | 41 | 107 |
| Binary | 10100000 | 10011101 | 11001110 | 10110 | 11000 | 0 | 10011 | 11110100 | 100001 | 1000111 |
Color Harmonies of #A09DCE
Complementary color
Monochromatic Colors of #A09DCE
Black with #A09DCE
Text Example
Text Example
White with #A09DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DCE; }
p { color: rgb(160,157,206); }
H1.HeaderClassName
{
color: #A09DCE;
}
.AnyTagClassName
{
color: #A09DCE;
}
</style>
background-color css
<style>
a { background-color: #A09DCE; }
a { background-color: rgb(160,157,206); }
div.DivClassName
{
background-color: #A09DCE;
}
.BgClassName
{
background-color: #A09DCE;
}
</style>
border-color css
<style>
span { border-color: #A09DCE; }
span { border-color: rgb(160,157,206); }
td.TdClassName
{
border-color: #A09DCE;
}
.TagClassName
{
border-color: #A09DCE;
}
</style>