Shades of Wistful #A09DEF
Tints of Wistful #A09DEF
RGB
CMYK
RGB Variations
Color information
#A09DEF (or 0xA09DEF) is known color: Wistful. HEX triplet: A0, 9D and EF. RGB value is (160,157,239). Sum of RGB (Red+Green+Blue) = 160+157+239=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #A09DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DEF is #5F6210. Grayscale: #A6A6A6. Windows color (decimal): -6251025 or 15703456. OLE color: 15703456.
HSL color Cylindrical-coordinate representation of color #A09DEF: hue angle of 242.2º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09DEF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 157 | 239 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.06 |
| HSL | 242.2º | 0.72% | 0.78% | - |
| HSV(B) | 242.2º | 0.34% | 0.94% | - |
| XYZ | 42.13 | 37.82 | 86.74 | - |
| YUV | 167.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 239 | 0.33 | 0.34 | 0 | 0.06 | 242.2 | 0.72 | 0.78 |
| Hex | A0 | 9D | EF | 21 | 22 | 0 | 6 | F2 | 48 | 4E |
| Octal | 240 | 235 | 357 | 41 | 42 | 0 | 6 | 362 | 110 | 116 |
| Binary | 10100000 | 10011101 | 11101111 | 100001 | 100010 | 0 | 110 | 11110010 | 1001000 | 1001110 |
Color Harmonies of #A09DEF
Complementary color
Monochromatic Colors of #A09DEF
Black with #A09DEF
Text Example
Text Example
White with #A09DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DEF; }
p { color: rgb(160,157,239); }
H1.HeaderClassName
{
color: #A09DEF;
}
.AnyTagClassName
{
color: #A09DEF;
}
</style>
background-color css
<style>
a { background-color: #A09DEF; }
a { background-color: rgb(160,157,239); }
div.DivClassName
{
background-color: #A09DEF;
}
.BgClassName
{
background-color: #A09DEF;
}
</style>
border-color css
<style>
span { border-color: #A09DEF; }
span { border-color: rgb(160,157,239); }
td.TdClassName
{
border-color: #A09DEF;
}
.TagClassName
{
border-color: #A09DEF;
}
</style>