Shades of Wistful #A097ED
Tints of Wistful #A097ED
RGB
CMYK
RGB Variations
Color information
#A097ED (or 0xA097ED) is known color: Wistful. HEX triplet: A0, 97 and ED. RGB value is (160,151,237). Sum of RGB (Red+Green+Blue) = 160+151+237=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #A097ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097ED is #5F6812. Grayscale: #A3A3A3. Windows color (decimal): -6252563 or 15570848. OLE color: 15570848.
HSL color Cylindrical-coordinate representation of color #A097ED: hue angle of 246.28º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A097ED is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 151 | 237 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.07 |
| HSL | 246.28º | 0.7% | 0.76% | - |
| HSV(B) | 246.28º | 0.36% | 0.93% | - |
| XYZ | 40.85 | 35.72 | 84.86 | - |
| YUV | 163.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 237 | 0.32 | 0.36 | 0 | 0.07 | 246.28 | 0.7 | 0.76 |
| Hex | A0 | 97 | ED | 20 | 24 | 0 | 7 | F6 | 46 | 4C |
| Octal | 240 | 227 | 355 | 40 | 44 | 0 | 7 | 366 | 106 | 114 |
| Binary | 10100000 | 10010111 | 11101101 | 100000 | 100100 | 0 | 111 | 11110110 | 1000110 | 1001100 |
Color Harmonies of #A097ED
Complementary color
Monochromatic Colors of #A097ED
Black with #A097ED
Text Example
Text Example
White with #A097ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097ED; }
p { color: rgb(160,151,237); }
H1.HeaderClassName
{
color: #A097ED;
}
.AnyTagClassName
{
color: #A097ED;
}
</style>
background-color css
<style>
a { background-color: #A097ED; }
a { background-color: rgb(160,151,237); }
div.DivClassName
{
background-color: #A097ED;
}
.BgClassName
{
background-color: #A097ED;
}
</style>
border-color css
<style>
span { border-color: #A097ED; }
span { border-color: rgb(160,151,237); }
td.TdClassName
{
border-color: #A097ED;
}
.TagClassName
{
border-color: #A097ED;
}
</style>