Shades of Wistful #A097C7
Tints of Wistful #A097C7
RGB
CMYK
RGB Variations
Color information
#A097C7 (or 0xA097C7) is known color: Wistful. HEX triplet: A0, 97 and C7. RGB value is (160,151,199). Sum of RGB (Red+Green+Blue) = 160+151+199=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #A097C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097C7 is #5F6838. Grayscale: #9E9E9E. Windows color (decimal): -6252601 or 13080480. OLE color: 13080480.
HSL color Cylindrical-coordinate representation of color #A097C7: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A097C7 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 151 | 199 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.22 |
| HSL | 251.25º | 0.3% | 0.69% | - |
| HSV(B) | 251.25º | 0.24% | 0.78% | - |
| XYZ | 35.87 | 33.73 | 58.65 | - |
| YUV | 159.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 199 | 0.20 | 0.24 | 0 | 0.22 | 251.25 | 0.3 | 0.69 |
| Hex | A0 | 97 | C7 | 14 | 18 | 0 | 16 | FB | 1E | 45 |
| Octal | 240 | 227 | 307 | 24 | 30 | 0 | 26 | 373 | 36 | 105 |
| Binary | 10100000 | 10010111 | 11000111 | 10100 | 11000 | 0 | 10110 | 11111011 | 11110 | 1000101 |
Color Harmonies of #A097C7
Complementary color
Monochromatic Colors of #A097C7
Black with #A097C7
Text Example
Text Example
White with #A097C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097C7; }
p { color: rgb(160,151,199); }
H1.HeaderClassName
{
color: #A097C7;
}
.AnyTagClassName
{
color: #A097C7;
}
</style>
background-color css
<style>
a { background-color: #A097C7; }
a { background-color: rgb(160,151,199); }
div.DivClassName
{
background-color: #A097C7;
}
.BgClassName
{
background-color: #A097C7;
}
</style>
border-color css
<style>
span { border-color: #A097C7; }
span { border-color: rgb(160,151,199); }
td.TdClassName
{
border-color: #A097C7;
}
.TagClassName
{
border-color: #A097C7;
}
</style>