Shades of Wistful #A09FCE
Tints of Wistful #A09FCE
RGB
CMYK
RGB Variations
Color information
#A09FCE (or 0xA09FCE) is known color: Wistful. HEX triplet: A0, 9F and CE. RGB value is (160,159,206). Sum of RGB (Red+Green+Blue) = 160+159+206=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A09FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FCE is #5F6031. Grayscale: #A4A4A4. Windows color (decimal): -6250546 or 13541280. OLE color: 13541280.
HSL color Cylindrical-coordinate representation of color #A09FCE: hue angle of 241.28º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09FCE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 159 | 206 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.19 |
| HSL | 241.28º | 0.32% | 0.72% | - |
| HSV(B) | 241.28º | 0.23% | 0.81% | - |
| XYZ | 38.04 | 36.73 | 63.48 | - |
| YUV | 164.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 206 | 0.22 | 0.23 | 0 | 0.19 | 241.28 | 0.32 | 0.72 |
| Hex | A0 | 9F | CE | 16 | 17 | 0 | 13 | F1 | 20 | 48 |
| Octal | 240 | 237 | 316 | 26 | 27 | 0 | 23 | 361 | 40 | 110 |
| Binary | 10100000 | 10011111 | 11001110 | 10110 | 10111 | 0 | 10011 | 11110001 | 100000 | 1001000 |
Color Harmonies of #A09FCE
Complementary color
Monochromatic Colors of #A09FCE
Black with #A09FCE
Text Example
Text Example
White with #A09FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FCE; }
p { color: rgb(160,159,206); }
H1.HeaderClassName
{
color: #A09FCE;
}
.AnyTagClassName
{
color: #A09FCE;
}
</style>
background-color css
<style>
a { background-color: #A09FCE; }
a { background-color: rgb(160,159,206); }
div.DivClassName
{
background-color: #A09FCE;
}
.BgClassName
{
background-color: #A09FCE;
}
</style>
border-color css
<style>
span { border-color: #A09FCE; }
span { border-color: rgb(160,159,206); }
td.TdClassName
{
border-color: #A09FCE;
}
.TagClassName
{
border-color: #A09FCE;
}
</style>