Shades of Wistful #A097F6
Tints of Wistful #A097F6
RGB
CMYK
RGB Variations
Color information
#A097F6 (or 0xA097F6) is known color: Wistful. HEX triplet: A0, 97 and F6. RGB value is (160,151,246). Sum of RGB (Red+Green+Blue) = 160+151+246=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #A097F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097F6 is #5F6809. Grayscale: #A4A4A4. Windows color (decimal): -6252554 or 16160672. OLE color: 16160672.
HSL color Cylindrical-coordinate representation of color #A097F6: hue angle of 245.68º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A097F6 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 151 | 246 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.04 |
| HSL | 245.68º | 0.84% | 0.78% | - |
| HSV(B) | 245.68º | 0.39% | 0.96% | - |
| XYZ | 42.2 | 36.26 | 91.96 | - |
| YUV | 164.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 246 | 0.35 | 0.39 | 0 | 0.04 | 245.68 | 0.84 | 0.78 |
| Hex | A0 | 97 | F6 | 23 | 27 | 0 | 4 | F6 | 54 | 4E |
| Octal | 240 | 227 | 366 | 43 | 47 | 0 | 4 | 366 | 124 | 116 |
| Binary | 10100000 | 10010111 | 11110110 | 100011 | 100111 | 0 | 100 | 11110110 | 1010100 | 1001110 |
Color Harmonies of #A097F6
Complementary color
Monochromatic Colors of #A097F6
Black with #A097F6
Text Example
Text Example
White with #A097F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097F6; }
p { color: rgb(160,151,246); }
H1.HeaderClassName
{
color: #A097F6;
}
.AnyTagClassName
{
color: #A097F6;
}
</style>
background-color css
<style>
a { background-color: #A097F6; }
a { background-color: rgb(160,151,246); }
div.DivClassName
{
background-color: #A097F6;
}
.BgClassName
{
background-color: #A097F6;
}
</style>
border-color css
<style>
span { border-color: #A097F6; }
span { border-color: rgb(160,151,246); }
td.TdClassName
{
border-color: #A097F6;
}
.TagClassName
{
border-color: #A097F6;
}
</style>