Shades of Wistful #A09AF5
Tints of Wistful #A09AF5
RGB
CMYK
RGB Variations
Color information
#A09AF5 (or 0xA09AF5) is known color: Wistful. HEX triplet: A0, 9A and F5. RGB value is (160,154,245). Sum of RGB (Red+Green+Blue) = 160+154+245=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #A09AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AF5 is #5F650A. Grayscale: #A5A5A5. Windows color (decimal): -6251787 or 16095904. OLE color: 16095904.
HSL color Cylindrical-coordinate representation of color #A09AF5: hue angle of 243.96º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09AF5 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 154 | 245 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.04 |
| HSL | 243.96º | 0.82% | 0.78% | - |
| HSV(B) | 243.96º | 0.37% | 0.96% | - |
| XYZ | 42.53 | 37.18 | 91.32 | - |
| YUV | 166.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 245 | 0.35 | 0.37 | 0 | 0.04 | 243.96 | 0.82 | 0.78 |
| Hex | A0 | 9A | F5 | 23 | 25 | 0 | 4 | F4 | 52 | 4E |
| Octal | 240 | 232 | 365 | 43 | 45 | 0 | 4 | 364 | 122 | 116 |
| Binary | 10100000 | 10011010 | 11110101 | 100011 | 100101 | 0 | 100 | 11110100 | 1010010 | 1001110 |
Color Harmonies of #A09AF5
Complementary color
Monochromatic Colors of #A09AF5
Black with #A09AF5
Text Example
Text Example
White with #A09AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09AF5; }
p { color: rgb(160,154,245); }
H1.HeaderClassName
{
color: #A09AF5;
}
.AnyTagClassName
{
color: #A09AF5;
}
</style>
background-color css
<style>
a { background-color: #A09AF5; }
a { background-color: rgb(160,154,245); }
div.DivClassName
{
background-color: #A09AF5;
}
.BgClassName
{
background-color: #A09AF5;
}
</style>
border-color css
<style>
span { border-color: #A09AF5; }
span { border-color: rgb(160,154,245); }
td.TdClassName
{
border-color: #A09AF5;
}
.TagClassName
{
border-color: #A09AF5;
}
</style>