Shades of Wistful #A09BF0
Tints of Wistful #A09BF0
RGB
CMYK
RGB Variations
Color information
#A09BF0 (or 0xA09BF0) is known color: Wistful. HEX triplet: A0, 9B and F0. RGB value is (160,155,240). Sum of RGB (Red+Green+Blue) = 160+155+240=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #A09BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BF0 is #5F640F. Grayscale: #A5A5A5. Windows color (decimal): -6251536 or 15768480. OLE color: 15768480.
HSL color Cylindrical-coordinate representation of color #A09BF0: hue angle of 243.53º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09BF0 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 155 | 240 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.06 |
| HSL | 243.53º | 0.74% | 0.77% | - |
| HSV(B) | 243.53º | 0.35% | 0.94% | - |
| XYZ | 41.95 | 37.21 | 87.41 | - |
| YUV | 166.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 240 | 0.33 | 0.35 | 0 | 0.06 | 243.53 | 0.74 | 0.77 |
| Hex | A0 | 9B | F0 | 21 | 23 | 0 | 6 | F4 | 4A | 4D |
| Octal | 240 | 233 | 360 | 41 | 43 | 0 | 6 | 364 | 112 | 115 |
| Binary | 10100000 | 10011011 | 11110000 | 100001 | 100011 | 0 | 110 | 11110100 | 1001010 | 1001101 |
Color Harmonies of #A09BF0
Complementary color
Monochromatic Colors of #A09BF0
Black with #A09BF0
Text Example
Text Example
White with #A09BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BF0; }
p { color: rgb(160,155,240); }
H1.HeaderClassName
{
color: #A09BF0;
}
.AnyTagClassName
{
color: #A09BF0;
}
</style>
background-color css
<style>
a { background-color: #A09BF0; }
a { background-color: rgb(160,155,240); }
div.DivClassName
{
background-color: #A09BF0;
}
.BgClassName
{
background-color: #A09BF0;
}
</style>
border-color css
<style>
span { border-color: #A09BF0; }
span { border-color: rgb(160,155,240); }
td.TdClassName
{
border-color: #A09BF0;
}
.TagClassName
{
border-color: #A09BF0;
}
</style>