Shades of Wistful #A097D8
Tints of Wistful #A097D8
RGB
CMYK
RGB Variations
Color information
#A097D8 (or 0xA097D8) is known color: Wistful. HEX triplet: A0, 97 and D8. RGB value is (160,151,216). Sum of RGB (Red+Green+Blue) = 160+151+216=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #A097D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097D8 is #5F6827. Grayscale: #A0A0A0. Windows color (decimal): -6252584 or 14194592. OLE color: 14194592.
HSL color Cylindrical-coordinate representation of color #A097D8: hue angle of 248.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A097D8 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 151 | 216 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.15 |
| HSL | 248.31º | 0.45% | 0.72% | - |
| HSV(B) | 248.31º | 0.3% | 0.85% | - |
| XYZ | 37.96 | 34.56 | 69.64 | - |
| YUV | 161.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 216 | 0.26 | 0.30 | 0 | 0.15 | 248.31 | 0.45 | 0.72 |
| Hex | A0 | 97 | D8 | 1A | 1E | 0 | F | F8 | 2D | 48 |
| Octal | 240 | 227 | 330 | 32 | 36 | 0 | 17 | 370 | 55 | 110 |
| Binary | 10100000 | 10010111 | 11011000 | 11010 | 11110 | 0 | 1111 | 11111000 | 101101 | 1001000 |
Color Harmonies of #A097D8
Complementary color
Monochromatic Colors of #A097D8
Black with #A097D8
Text Example
Text Example
White with #A097D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097D8; }
p { color: rgb(160,151,216); }
H1.HeaderClassName
{
color: #A097D8;
}
.AnyTagClassName
{
color: #A097D8;
}
</style>
background-color css
<style>
a { background-color: #A097D8; }
a { background-color: rgb(160,151,216); }
div.DivClassName
{
background-color: #A097D8;
}
.BgClassName
{
background-color: #A097D8;
}
</style>
border-color css
<style>
span { border-color: #A097D8; }
span { border-color: rgb(160,151,216); }
td.TdClassName
{
border-color: #A097D8;
}
.TagClassName
{
border-color: #A097D8;
}
</style>