Shades of Wistful #A09FC9
Tints of Wistful #A09FC9
RGB
CMYK
RGB Variations
Color information
#A09FC9 (or 0xA09FC9) is known color: Wistful. HEX triplet: A0, 9F and C9. RGB value is (160,159,201). Sum of RGB (Red+Green+Blue) = 160+159+201=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #A09FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FC9 is #5F6036. Grayscale: #A3A3A3. Windows color (decimal): -6250551 or 13213600. OLE color: 13213600.
HSL color Cylindrical-coordinate representation of color #A09FC9: hue angle of 241.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A09FC9 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 159 | 201 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.21 |
| HSL | 241.43º | 0.28% | 0.71% | - |
| HSV(B) | 241.43º | 0.21% | 0.79% | - |
| XYZ | 37.44 | 36.49 | 60.33 | - |
| YUV | 164.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 201 | 0.20 | 0.21 | 0 | 0.21 | 241.43 | 0.28 | 0.71 |
| Hex | A0 | 9F | C9 | 14 | 15 | 0 | 15 | F1 | 1C | 47 |
| Octal | 240 | 237 | 311 | 24 | 25 | 0 | 25 | 361 | 34 | 107 |
| Binary | 10100000 | 10011111 | 11001001 | 10100 | 10101 | 0 | 10101 | 11110001 | 11100 | 1000111 |
Color Harmonies of #A09FC9
Complementary color
Monochromatic Colors of #A09FC9
Black with #A09FC9
Text Example
Text Example
White with #A09FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FC9; }
p { color: rgb(160,159,201); }
H1.HeaderClassName
{
color: #A09FC9;
}
.AnyTagClassName
{
color: #A09FC9;
}
</style>
background-color css
<style>
a { background-color: #A09FC9; }
a { background-color: rgb(160,159,201); }
div.DivClassName
{
background-color: #A09FC9;
}
.BgClassName
{
background-color: #A09FC9;
}
</style>
border-color css
<style>
span { border-color: #A09FC9; }
span { border-color: rgb(160,159,201); }
td.TdClassName
{
border-color: #A09FC9;
}
.TagClassName
{
border-color: #A09FC9;
}
</style>