Shades of Wistful #A09AF0
Tints of Wistful #A09AF0
RGB
CMYK
RGB Variations
Color information
#A09AF0 (or 0xA09AF0) is known color: Wistful. HEX triplet: A0, 9A and F0. RGB value is (160,154,240). Sum of RGB (Red+Green+Blue) = 160+154+240=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A09AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AF0 is #5F650F. Grayscale: #A5A5A5. Windows color (decimal): -6251792 or 15768224. OLE color: 15768224.
HSL color Cylindrical-coordinate representation of color #A09AF0: hue angle of 244.19º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A09AF0 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 154 | 240 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.06 |
| HSL | 244.19º | 0.74% | 0.77% | - |
| HSV(B) | 244.19º | 0.36% | 0.94% | - |
| XYZ | 41.78 | 36.88 | 87.35 | - |
| YUV | 165.6 | 169.99 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 240 | 0.33 | 0.36 | 0 | 0.06 | 244.19 | 0.74 | 0.77 |
| Hex | A0 | 9A | F0 | 21 | 24 | 0 | 6 | F4 | 4A | 4D |
| Octal | 240 | 232 | 360 | 41 | 44 | 0 | 6 | 364 | 112 | 115 |
| Binary | 10100000 | 10011010 | 11110000 | 100001 | 100100 | 0 | 110 | 11110100 | 1001010 | 1001101 |
Color Harmonies of #A09AF0
Complementary color
Monochromatic Colors of #A09AF0
Black with #A09AF0
Text Example
Text Example
White with #A09AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09AF0; }
p { color: rgb(160,154,240); }
H1.HeaderClassName
{
color: #A09AF0;
}
.AnyTagClassName
{
color: #A09AF0;
}
</style>
background-color css
<style>
a { background-color: #A09AF0; }
a { background-color: rgb(160,154,240); }
div.DivClassName
{
background-color: #A09AF0;
}
.BgClassName
{
background-color: #A09AF0;
}
</style>
border-color css
<style>
span { border-color: #A09AF0; }
span { border-color: rgb(160,154,240); }
td.TdClassName
{
border-color: #A09AF0;
}
.TagClassName
{
border-color: #A09AF0;
}
</style>