Shades of Wistful #A097F4
Tints of Wistful #A097F4
RGB
CMYK
RGB Variations
Color information
#A097F4 (or 0xA097F4) is known color: Wistful. HEX triplet: A0, 97 and F4. RGB value is (160,151,244). Sum of RGB (Red+Green+Blue) = 160+151+244=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #A097F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097F4 is #5F680B. Grayscale: #A3A3A3. Windows color (decimal): -6252556 or 16029600. OLE color: 16029600.
HSL color Cylindrical-coordinate representation of color #A097F4: hue angle of 245.81º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A097F4 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 151 | 244 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.04 |
| HSL | 245.81º | 0.81% | 0.77% | - |
| HSV(B) | 245.81º | 0.38% | 0.96% | - |
| XYZ | 41.89 | 36.14 | 90.36 | - |
| YUV | 164.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 244 | 0.34 | 0.38 | 0 | 0.04 | 245.81 | 0.81 | 0.77 |
| Hex | A0 | 97 | F4 | 22 | 26 | 0 | 4 | F6 | 51 | 4D |
| Octal | 240 | 227 | 364 | 42 | 46 | 0 | 4 | 366 | 121 | 115 |
| Binary | 10100000 | 10010111 | 11110100 | 100010 | 100110 | 0 | 100 | 11110110 | 1010001 | 1001101 |
Color Harmonies of #A097F4
Complementary color
Monochromatic Colors of #A097F4
Black with #A097F4
Text Example
Text Example
White with #A097F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097F4; }
p { color: rgb(160,151,244); }
H1.HeaderClassName
{
color: #A097F4;
}
.AnyTagClassName
{
color: #A097F4;
}
</style>
background-color css
<style>
a { background-color: #A097F4; }
a { background-color: rgb(160,151,244); }
div.DivClassName
{
background-color: #A097F4;
}
.BgClassName
{
background-color: #A097F4;
}
</style>
border-color css
<style>
span { border-color: #A097F4; }
span { border-color: rgb(160,151,244); }
td.TdClassName
{
border-color: #A097F4;
}
.TagClassName
{
border-color: #A097F4;
}
</style>