Shades of Wistful #A297E5
Tints of Wistful #A297E5
RGB
CMYK
RGB Variations
Color information
#A297E5 (or 0xA297E5) is known color: Wistful. HEX triplet: A2, 97 and E5. RGB value is (162,151,229). Sum of RGB (Red+Green+Blue) = 162+151+229=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #A297E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297E5 is #5D681A. Grayscale: #A2A2A2. Windows color (decimal): -6121499 or 15046562. OLE color: 15046562.
HSL color Cylindrical-coordinate representation of color #A297E5: hue angle of 248.46º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A297E5 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 151 | 229 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.10 |
| HSL | 248.46º | 0.6% | 0.75% | - |
| HSV(B) | 248.46º | 0.34% | 0.9% | - |
| XYZ | 40.11 | 35.47 | 78.86 | - |
| YUV | 163.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 229 | 0.29 | 0.34 | 0 | 0.10 | 248.46 | 0.6 | 0.75 |
| Hex | A2 | 97 | E5 | 1D | 22 | 0 | A | F8 | 3C | 4B |
| Octal | 242 | 227 | 345 | 35 | 42 | 0 | 12 | 370 | 74 | 113 |
| Binary | 10100010 | 10010111 | 11100101 | 11101 | 100010 | 0 | 1010 | 11111000 | 111100 | 1001011 |
Color Harmonies of #A297E5
Complementary color
Monochromatic Colors of #A297E5
Black with #A297E5
Text Example
Text Example
White with #A297E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297E5; }
p { color: rgb(162,151,229); }
H1.HeaderClassName
{
color: #A297E5;
}
.AnyTagClassName
{
color: #A297E5;
}
</style>
background-color css
<style>
a { background-color: #A297E5; }
a { background-color: rgb(162,151,229); }
div.DivClassName
{
background-color: #A297E5;
}
.BgClassName
{
background-color: #A297E5;
}
</style>
border-color css
<style>
span { border-color: #A297E5; }
span { border-color: rgb(162,151,229); }
td.TdClassName
{
border-color: #A297E5;
}
.TagClassName
{
border-color: #A297E5;
}
</style>