Shades of Wistful #A09FCF
Tints of Wistful #A09FCF
RGB
CMYK
RGB Variations
Color information
#A09FCF (or 0xA09FCF) is known color: Wistful. HEX triplet: A0, 9F and CF. RGB value is (160,159,207). Sum of RGB (Red+Green+Blue) = 160+159+207=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #A09FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FCF is #5F6030. Grayscale: #A4A4A4. Windows color (decimal): -6250545 or 13606816. OLE color: 13606816.
HSL color Cylindrical-coordinate representation of color #A09FCF: hue angle of 241.25º degrees, saturation: 0.33, 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 #A09FCF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 159 | 207 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.19 |
| HSL | 241.25º | 0.33% | 0.72% | - |
| HSV(B) | 241.25º | 0.23% | 0.81% | - |
| XYZ | 38.16 | 36.77 | 64.12 | - |
| YUV | 164.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 207 | 0.23 | 0.23 | 0 | 0.19 | 241.25 | 0.33 | 0.72 |
| Hex | A0 | 9F | CF | 17 | 17 | 0 | 13 | F1 | 21 | 48 |
| Octal | 240 | 237 | 317 | 27 | 27 | 0 | 23 | 361 | 41 | 110 |
| Binary | 10100000 | 10011111 | 11001111 | 10111 | 10111 | 0 | 10011 | 11110001 | 100001 | 1001000 |
Color Harmonies of #A09FCF
Complementary color
Monochromatic Colors of #A09FCF
Black with #A09FCF
Text Example
Text Example
White with #A09FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FCF; }
p { color: rgb(160,159,207); }
H1.HeaderClassName
{
color: #A09FCF;
}
.AnyTagClassName
{
color: #A09FCF;
}
</style>
background-color css
<style>
a { background-color: #A09FCF; }
a { background-color: rgb(160,159,207); }
div.DivClassName
{
background-color: #A09FCF;
}
.BgClassName
{
background-color: #A09FCF;
}
</style>
border-color css
<style>
span { border-color: #A09FCF; }
span { border-color: rgb(160,159,207); }
td.TdClassName
{
border-color: #A09FCF;
}
.TagClassName
{
border-color: #A09FCF;
}
</style>