Shades of Wistful #A297F4
Tints of Wistful #A297F4
RGB
CMYK
RGB Variations
Color information
#A297F4 (or 0xA297F4) is known color: Wistful. HEX triplet: A2, 97 and F4. RGB value is (162,151,244). Sum of RGB (Red+Green+Blue) = 162+151+244=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #A297F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297F4 is #5D680B. Grayscale: #A4A4A4. Windows color (decimal): -6121484 or 16029602. OLE color: 16029602.
HSL color Cylindrical-coordinate representation of color #A297F4: hue angle of 247.1º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A297F4 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 151 | 244 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.04 |
| HSL | 247.1º | 0.81% | 0.77% | - |
| HSV(B) | 247.1º | 0.38% | 0.96% | - |
| XYZ | 42.3 | 36.35 | 90.37 | - |
| YUV | 164.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 244 | 0.34 | 0.38 | 0 | 0.04 | 247.1 | 0.81 | 0.77 |
| Hex | A2 | 97 | F4 | 22 | 26 | 0 | 4 | F7 | 51 | 4D |
| Octal | 242 | 227 | 364 | 42 | 46 | 0 | 4 | 367 | 121 | 115 |
| Binary | 10100010 | 10010111 | 11110100 | 100010 | 100110 | 0 | 100 | 11110111 | 1010001 | 1001101 |
Color Harmonies of #A297F4
Complementary color
Monochromatic Colors of #A297F4
Black with #A297F4
Text Example
Text Example
White with #A297F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297F4; }
p { color: rgb(162,151,244); }
H1.HeaderClassName
{
color: #A297F4;
}
.AnyTagClassName
{
color: #A297F4;
}
</style>
background-color css
<style>
a { background-color: #A297F4; }
a { background-color: rgb(162,151,244); }
div.DivClassName
{
background-color: #A297F4;
}
.BgClassName
{
background-color: #A297F4;
}
</style>
border-color css
<style>
span { border-color: #A297F4; }
span { border-color: rgb(162,151,244); }
td.TdClassName
{
border-color: #A297F4;
}
.TagClassName
{
border-color: #A297F4;
}
</style>