Shades of Wistful #A297C5
Tints of Wistful #A297C5
RGB
CMYK
RGB Variations
Color information
#A297C5 (or 0xA297C5) is known color: Wistful. HEX triplet: A2, 97 and C5. RGB value is (162,151,197). Sum of RGB (Red+Green+Blue) = 162+151+197=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #A297C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297C5 is #5D683A. Grayscale: #9F9F9F. Windows color (decimal): -6121531 or 12949410. OLE color: 12949410.
HSL color Cylindrical-coordinate representation of color #A297C5: hue angle of 254.35º 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 #A297C5 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 151 | 197 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.23 |
| HSL | 254.35º | 0.28% | 0.68% | - |
| HSV(B) | 254.35º | 0.23% | 0.77% | - |
| XYZ | 36.04 | 33.85 | 57.46 | - |
| YUV | 159.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 197 | 0.18 | 0.23 | 0 | 0.23 | 254.35 | 0.28 | 0.68 |
| Hex | A2 | 97 | C5 | 12 | 17 | 0 | 17 | FE | 1C | 44 |
| Octal | 242 | 227 | 305 | 22 | 27 | 0 | 27 | 376 | 34 | 104 |
| Binary | 10100010 | 10010111 | 11000101 | 10010 | 10111 | 0 | 10111 | 11111110 | 11100 | 1000100 |
Color Harmonies of #A297C5
Complementary color
Monochromatic Colors of #A297C5
Black with #A297C5
Text Example
Text Example
White with #A297C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297C5; }
p { color: rgb(162,151,197); }
H1.HeaderClassName
{
color: #A297C5;
}
.AnyTagClassName
{
color: #A297C5;
}
</style>
background-color css
<style>
a { background-color: #A297C5; }
a { background-color: rgb(162,151,197); }
div.DivClassName
{
background-color: #A297C5;
}
.BgClassName
{
background-color: #A297C5;
}
</style>
border-color css
<style>
span { border-color: #A297C5; }
span { border-color: rgb(162,151,197); }
td.TdClassName
{
border-color: #A297C5;
}
.TagClassName
{
border-color: #A297C5;
}
</style>