Shades of Wistful #A097CA
Tints of Wistful #A097CA
RGB
CMYK
RGB Variations
Color information
#A097CA (or 0xA097CA) is known color: Wistful. HEX triplet: A0, 97 and CA. RGB value is (160,151,202). Sum of RGB (Red+Green+Blue) = 160+151+202=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #A097CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097CA is #5F6835. Grayscale: #9F9F9F. Windows color (decimal): -6252598 or 13277088. OLE color: 13277088.
HSL color Cylindrical-coordinate representation of color #A097CA: hue angle of 250.59º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A097CA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 151 | 202 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.21 |
| HSL | 250.59º | 0.32% | 0.69% | - |
| HSV(B) | 250.59º | 0.25% | 0.79% | - |
| XYZ | 36.22 | 33.87 | 60.51 | - |
| YUV | 159.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 202 | 0.21 | 0.25 | 0 | 0.21 | 250.59 | 0.32 | 0.69 |
| Hex | A0 | 97 | CA | 15 | 19 | 0 | 15 | FB | 20 | 45 |
| Octal | 240 | 227 | 312 | 25 | 31 | 0 | 25 | 373 | 40 | 105 |
| Binary | 10100000 | 10010111 | 11001010 | 10101 | 11001 | 0 | 10101 | 11111011 | 100000 | 1000101 |
Color Harmonies of #A097CA
Complementary color
Monochromatic Colors of #A097CA
Black with #A097CA
Text Example
Text Example
White with #A097CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097CA; }
p { color: rgb(160,151,202); }
H1.HeaderClassName
{
color: #A097CA;
}
.AnyTagClassName
{
color: #A097CA;
}
</style>
background-color css
<style>
a { background-color: #A097CA; }
a { background-color: rgb(160,151,202); }
div.DivClassName
{
background-color: #A097CA;
}
.BgClassName
{
background-color: #A097CA;
}
</style>
border-color css
<style>
span { border-color: #A097CA; }
span { border-color: rgb(160,151,202); }
td.TdClassName
{
border-color: #A097CA;
}
.TagClassName
{
border-color: #A097CA;
}
</style>