Shades of Wistful #A09FC8
Tints of Wistful #A09FC8
RGB
CMYK
RGB Variations
Color information
#A09FC8 (or 0xA09FC8) is known color: Wistful. HEX triplet: A0, 9F and C8. RGB value is (160,159,200). Sum of RGB (Red+Green+Blue) = 160+159+200=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #A09FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FC8 is #5F6037. Grayscale: #A3A3A3. Windows color (decimal): -6250552 or 13148064. OLE color: 13148064.
HSL color Cylindrical-coordinate representation of color #A09FC8: hue angle of 241.46º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A09FC8 is Cyan = 0.2, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 159 | 200 | - |
| CMYK | 0.2 | 0.20 | 0 | 0.22 |
| HSL | 241.46º | 0.27% | 0.7% | - |
| HSV(B) | 241.46º | 0.21% | 0.78% | - |
| XYZ | 37.32 | 36.44 | 59.71 | - |
| YUV | 163.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 200 | 0.2 | 0.20 | 0 | 0.22 | 241.46 | 0.27 | 0.7 |
| Hex | A0 | 9F | C8 | 14 | 14 | 0 | 16 | F1 | 1B | 46 |
| Octal | 240 | 237 | 310 | 24 | 24 | 0 | 26 | 361 | 33 | 106 |
| Binary | 10100000 | 10011111 | 11001000 | 10100 | 10100 | 0 | 10110 | 11110001 | 11011 | 1000110 |
Color Harmonies of #A09FC8
Complementary color
Monochromatic Colors of #A09FC8
Black with #A09FC8
Text Example
Text Example
White with #A09FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FC8; }
p { color: rgb(160,159,200); }
H1.HeaderClassName
{
color: #A09FC8;
}
.AnyTagClassName
{
color: #A09FC8;
}
</style>
background-color css
<style>
a { background-color: #A09FC8; }
a { background-color: rgb(160,159,200); }
div.DivClassName
{
background-color: #A09FC8;
}
.BgClassName
{
background-color: #A09FC8;
}
</style>
border-color css
<style>
span { border-color: #A09FC8; }
span { border-color: rgb(160,159,200); }
td.TdClassName
{
border-color: #A09FC8;
}
.TagClassName
{
border-color: #A09FC8;
}
</style>