Shades of Wistful #A09FD1
Tints of Wistful #A09FD1
RGB
CMYK
RGB Variations
Color information
#A09FD1 (or 0xA09FD1) is known color: Wistful. HEX triplet: A0, 9F and D1. RGB value is (160,159,209). Sum of RGB (Red+Green+Blue) = 160+159+209=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #A09FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FD1 is #5F602E. Grayscale: #A4A4A4. Windows color (decimal): -6250543 or 13737888. OLE color: 13737888.
HSL color Cylindrical-coordinate representation of color #A09FD1: hue angle of 241.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09FD1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 159 | 209 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.18 |
| HSL | 241.2º | 0.35% | 0.72% | - |
| HSV(B) | 241.2º | 0.24% | 0.82% | - |
| XYZ | 38.4 | 36.87 | 65.41 | - |
| YUV | 165 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 209 | 0.23 | 0.24 | 0 | 0.18 | 241.2 | 0.35 | 0.72 |
| Hex | A0 | 9F | D1 | 17 | 18 | 0 | 12 | F1 | 23 | 48 |
| Octal | 240 | 237 | 321 | 27 | 30 | 0 | 22 | 361 | 43 | 110 |
| Binary | 10100000 | 10011111 | 11010001 | 10111 | 11000 | 0 | 10010 | 11110001 | 100011 | 1001000 |
Color Harmonies of #A09FD1
Complementary color
Monochromatic Colors of #A09FD1
Black with #A09FD1
Text Example
Text Example
White with #A09FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FD1; }
p { color: rgb(160,159,209); }
H1.HeaderClassName
{
color: #A09FD1;
}
.AnyTagClassName
{
color: #A09FD1;
}
</style>
background-color css
<style>
a { background-color: #A09FD1; }
a { background-color: rgb(160,159,209); }
div.DivClassName
{
background-color: #A09FD1;
}
.BgClassName
{
background-color: #A09FD1;
}
</style>
border-color css
<style>
span { border-color: #A09FD1; }
span { border-color: rgb(160,159,209); }
td.TdClassName
{
border-color: #A09FD1;
}
.TagClassName
{
border-color: #A09FD1;
}
</style>