Shades of Wistful #A097C5
Tints of Wistful #A097C5
RGB
CMYK
RGB Variations
Color information
#A097C5 (or 0xA097C5) is known color: Wistful. HEX triplet: A0, 97 and C5. RGB value is (160,151,197). Sum of RGB (Red+Green+Blue) = 160+151+197=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #A097C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097C5 is #5F683A. Grayscale: #9E9E9E. Windows color (decimal): -6252603 or 12949408. OLE color: 12949408.
HSL color Cylindrical-coordinate representation of color #A097C5: hue angle of 251.74º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A097C5 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 151 | 197 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.23 |
| HSL | 251.74º | 0.28% | 0.68% | - |
| HSV(B) | 251.74º | 0.23% | 0.77% | - |
| XYZ | 35.64 | 33.64 | 57.44 | - |
| YUV | 158.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 197 | 0.19 | 0.23 | 0 | 0.23 | 251.74 | 0.28 | 0.68 |
| Hex | A0 | 97 | C5 | 13 | 17 | 0 | 17 | FC | 1C | 44 |
| Octal | 240 | 227 | 305 | 23 | 27 | 0 | 27 | 374 | 34 | 104 |
| Binary | 10100000 | 10010111 | 11000101 | 10011 | 10111 | 0 | 10111 | 11111100 | 11100 | 1000100 |
Color Harmonies of #A097C5
Complementary color
Monochromatic Colors of #A097C5
Black with #A097C5
Text Example
Text Example
White with #A097C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097C5; }
p { color: rgb(160,151,197); }
H1.HeaderClassName
{
color: #A097C5;
}
.AnyTagClassName
{
color: #A097C5;
}
</style>
background-color css
<style>
a { background-color: #A097C5; }
a { background-color: rgb(160,151,197); }
div.DivClassName
{
background-color: #A097C5;
}
.BgClassName
{
background-color: #A097C5;
}
</style>
border-color css
<style>
span { border-color: #A097C5; }
span { border-color: rgb(160,151,197); }
td.TdClassName
{
border-color: #A097C5;
}
.TagClassName
{
border-color: #A097C5;
}
</style>