Shades of Wistful #A297E0
Tints of Wistful #A297E0
RGB
CMYK
RGB Variations
Color information
#A297E0 (or 0xA297E0) is known color: Wistful. HEX triplet: A2, 97 and E0. RGB value is (162,151,224). Sum of RGB (Red+Green+Blue) = 162+151+224=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #A297E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297E0 is #5D681F. Grayscale: #A2A2A2. Windows color (decimal): -6121504 or 14718882. OLE color: 14718882.
HSL color Cylindrical-coordinate representation of color #A297E0: hue angle of 249.04º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A297E0 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 151 | 224 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.12 |
| HSL | 249.04º | 0.54% | 0.74% | - |
| HSV(B) | 249.04º | 0.33% | 0.88% | - |
| XYZ | 39.42 | 35.2 | 75.24 | - |
| YUV | 162.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 224 | 0.28 | 0.33 | 0 | 0.12 | 249.04 | 0.54 | 0.74 |
| Hex | A2 | 97 | E0 | 1C | 21 | 0 | C | F9 | 36 | 4A |
| Octal | 242 | 227 | 340 | 34 | 41 | 0 | 14 | 371 | 66 | 112 |
| Binary | 10100010 | 10010111 | 11100000 | 11100 | 100001 | 0 | 1100 | 11111001 | 110110 | 1001010 |
Color Harmonies of #A297E0
Complementary color
Monochromatic Colors of #A297E0
Black with #A297E0
Text Example
Text Example
White with #A297E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297E0; }
p { color: rgb(162,151,224); }
H1.HeaderClassName
{
color: #A297E0;
}
.AnyTagClassName
{
color: #A297E0;
}
</style>
background-color css
<style>
a { background-color: #A297E0; }
a { background-color: rgb(162,151,224); }
div.DivClassName
{
background-color: #A297E0;
}
.BgClassName
{
background-color: #A297E0;
}
</style>
border-color css
<style>
span { border-color: #A297E0; }
span { border-color: rgb(162,151,224); }
td.TdClassName
{
border-color: #A297E0;
}
.TagClassName
{
border-color: #A297E0;
}
</style>