Shades of Wistful #A097E4
Tints of Wistful #A097E4
RGB
CMYK
RGB Variations
Color information
#A097E4 (or 0xA097E4) is known color: Wistful. HEX triplet: A0, 97 and E4. RGB value is (160,151,228). Sum of RGB (Red+Green+Blue) = 160+151+228=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #A097E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097E4 is #5F681B. Grayscale: #A2A2A2. Windows color (decimal): -6252572 or 14981024. OLE color: 14981024.
HSL color Cylindrical-coordinate representation of color #A097E4: hue angle of 247.01º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A097E4 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 151 | 228 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.11 |
| HSL | 247.01º | 0.59% | 0.74% | - |
| HSV(B) | 247.01º | 0.34% | 0.89% | - |
| XYZ | 39.57 | 35.21 | 78.11 | - |
| YUV | 162.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 228 | 0.30 | 0.34 | 0 | 0.11 | 247.01 | 0.59 | 0.74 |
| Hex | A0 | 97 | E4 | 1E | 22 | 0 | B | F7 | 3B | 4A |
| Octal | 240 | 227 | 344 | 36 | 42 | 0 | 13 | 367 | 73 | 112 |
| Binary | 10100000 | 10010111 | 11100100 | 11110 | 100010 | 0 | 1011 | 11110111 | 111011 | 1001010 |
Color Harmonies of #A097E4
Complementary color
Monochromatic Colors of #A097E4
Black with #A097E4
Text Example
Text Example
White with #A097E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097E4; }
p { color: rgb(160,151,228); }
H1.HeaderClassName
{
color: #A097E4;
}
.AnyTagClassName
{
color: #A097E4;
}
</style>
background-color css
<style>
a { background-color: #A097E4; }
a { background-color: rgb(160,151,228); }
div.DivClassName
{
background-color: #A097E4;
}
.BgClassName
{
background-color: #A097E4;
}
</style>
border-color css
<style>
span { border-color: #A097E4; }
span { border-color: rgb(160,151,228); }
td.TdClassName
{
border-color: #A097E4;
}
.TagClassName
{
border-color: #A097E4;
}
</style>