Shades of Wistful #A09FEF
Tints of Wistful #A09FEF
RGB
CMYK
RGB Variations
Color information
#A09FEF (or 0xA09FEF) is known color: Wistful. HEX triplet: A0, 9F and EF. RGB value is (160,159,239). Sum of RGB (Red+Green+Blue) = 160+159+239=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #A09FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FEF is #5F6010. Grayscale: #A8A8A8. Windows color (decimal): -6250513 or 15703968. OLE color: 15703968.
HSL color Cylindrical-coordinate representation of color #A09FEF: hue angle of 240.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09FEF is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 159 | 239 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.06 |
| HSL | 240.75º | 0.71% | 0.78% | - |
| HSV(B) | 240.75º | 0.33% | 0.94% | - |
| XYZ | 42.48 | 38.5 | 86.85 | - |
| YUV | 168.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 239 | 0.33 | 0.33 | 0 | 0.06 | 240.75 | 0.71 | 0.78 |
| Hex | A0 | 9F | EF | 21 | 21 | 0 | 6 | F1 | 47 | 4E |
| Octal | 240 | 237 | 357 | 41 | 41 | 0 | 6 | 361 | 107 | 116 |
| Binary | 10100000 | 10011111 | 11101111 | 100001 | 100001 | 0 | 110 | 11110001 | 1000111 | 1001110 |
Color Harmonies of #A09FEF
Complementary color
Monochromatic Colors of #A09FEF
Black with #A09FEF
Text Example
Text Example
White with #A09FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FEF; }
p { color: rgb(160,159,239); }
H1.HeaderClassName
{
color: #A09FEF;
}
.AnyTagClassName
{
color: #A09FEF;
}
</style>
background-color css
<style>
a { background-color: #A09FEF; }
a { background-color: rgb(160,159,239); }
div.DivClassName
{
background-color: #A09FEF;
}
.BgClassName
{
background-color: #A09FEF;
}
</style>
border-color css
<style>
span { border-color: #A09FEF; }
span { border-color: rgb(160,159,239); }
td.TdClassName
{
border-color: #A09FEF;
}
.TagClassName
{
border-color: #A09FEF;
}
</style>