Shades of Wistful #A097D0
Tints of Wistful #A097D0
RGB
CMYK
RGB Variations
Color information
#A097D0 (or 0xA097D0) is known color: Wistful. HEX triplet: A0, 97 and D0. RGB value is (160,151,208). Sum of RGB (Red+Green+Blue) = 160+151+208=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #A097D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097D0 is #5F682F. Grayscale: #9F9F9F. Windows color (decimal): -6252592 or 13670304. OLE color: 13670304.
HSL color Cylindrical-coordinate representation of color #A097D0: hue angle of 249.47º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A097D0 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 151 | 208 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.18 |
| HSL | 249.47º | 0.38% | 0.7% | - |
| HSV(B) | 249.47º | 0.27% | 0.82% | - |
| XYZ | 36.95 | 34.16 | 64.32 | - |
| YUV | 160.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 208 | 0.23 | 0.27 | 0 | 0.18 | 249.47 | 0.38 | 0.7 |
| Hex | A0 | 97 | D0 | 17 | 1B | 0 | 12 | F9 | 26 | 46 |
| Octal | 240 | 227 | 320 | 27 | 33 | 0 | 22 | 371 | 46 | 106 |
| Binary | 10100000 | 10010111 | 11010000 | 10111 | 11011 | 0 | 10010 | 11111001 | 100110 | 1000110 |
Color Harmonies of #A097D0
Complementary color
Monochromatic Colors of #A097D0
Black with #A097D0
Text Example
Text Example
White with #A097D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097D0; }
p { color: rgb(160,151,208); }
H1.HeaderClassName
{
color: #A097D0;
}
.AnyTagClassName
{
color: #A097D0;
}
</style>
background-color css
<style>
a { background-color: #A097D0; }
a { background-color: rgb(160,151,208); }
div.DivClassName
{
background-color: #A097D0;
}
.BgClassName
{
background-color: #A097D0;
}
</style>
border-color css
<style>
span { border-color: #A097D0; }
span { border-color: rgb(160,151,208); }
td.TdClassName
{
border-color: #A097D0;
}
.TagClassName
{
border-color: #A097D0;
}
</style>