Shades of Wistful #A097DF
Tints of Wistful #A097DF
RGB
CMYK
RGB Variations
Color information
#A097DF (or 0xA097DF) is known color: Wistful. HEX triplet: A0, 97 and DF. RGB value is (160,151,223). Sum of RGB (Red+Green+Blue) = 160+151+223=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #A097DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097DF is #5F6820. Grayscale: #A1A1A1. Windows color (decimal): -6252577 or 14653344. OLE color: 14653344.
HSL color Cylindrical-coordinate representation of color #A097DF: hue angle of 247.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A097DF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 151 | 223 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.13 |
| HSL | 247.5º | 0.53% | 0.73% | - |
| HSV(B) | 247.5º | 0.32% | 0.87% | - |
| XYZ | 38.88 | 34.93 | 74.51 | - |
| YUV | 161.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 223 | 0.28 | 0.32 | 0 | 0.13 | 247.5 | 0.53 | 0.73 |
| Hex | A0 | 97 | DF | 1C | 20 | 0 | D | F8 | 35 | 49 |
| Octal | 240 | 227 | 337 | 34 | 40 | 0 | 15 | 370 | 65 | 111 |
| Binary | 10100000 | 10010111 | 11011111 | 11100 | 100000 | 0 | 1101 | 11111000 | 110101 | 1001001 |
Color Harmonies of #A097DF
Complementary color
Monochromatic Colors of #A097DF
Black with #A097DF
Text Example
Text Example
White with #A097DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097DF; }
p { color: rgb(160,151,223); }
H1.HeaderClassName
{
color: #A097DF;
}
.AnyTagClassName
{
color: #A097DF;
}
</style>
background-color css
<style>
a { background-color: #A097DF; }
a { background-color: rgb(160,151,223); }
div.DivClassName
{
background-color: #A097DF;
}
.BgClassName
{
background-color: #A097DF;
}
</style>
border-color css
<style>
span { border-color: #A097DF; }
span { border-color: rgb(160,151,223); }
td.TdClassName
{
border-color: #A097DF;
}
.TagClassName
{
border-color: #A097DF;
}
</style>