Shades of Wistful #A09FCD
Tints of Wistful #A09FCD
RGB
CMYK
RGB Variations
Color information
#A09FCD (or 0xA09FCD) is known color: Wistful. HEX triplet: A0, 9F and CD. RGB value is (160,159,205). Sum of RGB (Red+Green+Blue) = 160+159+205=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A09FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FCD is #5F6032. Grayscale: #A4A4A4. Windows color (decimal): -6250547 or 13475744. OLE color: 13475744.
HSL color Cylindrical-coordinate representation of color #A09FCD: hue angle of 241.3º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A09FCD is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 159 | 205 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.20 |
| HSL | 241.3º | 0.32% | 0.71% | - |
| HSV(B) | 241.3º | 0.22% | 0.8% | - |
| XYZ | 37.91 | 36.68 | 62.84 | - |
| YUV | 164.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 205 | 0.22 | 0.22 | 0 | 0.20 | 241.3 | 0.32 | 0.71 |
| Hex | A0 | 9F | CD | 16 | 16 | 0 | 14 | F1 | 20 | 47 |
| Octal | 240 | 237 | 315 | 26 | 26 | 0 | 24 | 361 | 40 | 107 |
| Binary | 10100000 | 10011111 | 11001101 | 10110 | 10110 | 0 | 10100 | 11110001 | 100000 | 1000111 |
Color Harmonies of #A09FCD
Complementary color
Monochromatic Colors of #A09FCD
Black with #A09FCD
Text Example
Text Example
White with #A09FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FCD; }
p { color: rgb(160,159,205); }
H1.HeaderClassName
{
color: #A09FCD;
}
.AnyTagClassName
{
color: #A09FCD;
}
</style>
background-color css
<style>
a { background-color: #A09FCD; }
a { background-color: rgb(160,159,205); }
div.DivClassName
{
background-color: #A09FCD;
}
.BgClassName
{
background-color: #A09FCD;
}
</style>
border-color css
<style>
span { border-color: #A09FCD; }
span { border-color: rgb(160,159,205); }
td.TdClassName
{
border-color: #A09FCD;
}
.TagClassName
{
border-color: #A09FCD;
}
</style>