Shades of Wistful #A297E6
Tints of Wistful #A297E6
RGB
CMYK
RGB Variations
Color information
#A297E6 (or 0xA297E6) is known color: Wistful. HEX triplet: A2, 97 and E6. RGB value is (162,151,230). Sum of RGB (Red+Green+Blue) = 162+151+230=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #A297E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297E6 is #5D6819. Grayscale: #A2A2A2. Windows color (decimal): -6121498 or 15112098. OLE color: 15112098.
HSL color Cylindrical-coordinate representation of color #A297E6: hue angle of 248.35º degrees, saturation: 0.61, 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 #A297E6 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 151 | 230 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.10 |
| HSL | 248.35º | 0.61% | 0.75% | - |
| HSV(B) | 248.35º | 0.34% | 0.9% | - |
| XYZ | 40.25 | 35.53 | 79.6 | - |
| YUV | 163.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 230 | 0.30 | 0.34 | 0 | 0.10 | 248.35 | 0.61 | 0.75 |
| Hex | A2 | 97 | E6 | 1E | 22 | 0 | A | F8 | 3D | 4B |
| Octal | 242 | 227 | 346 | 36 | 42 | 0 | 12 | 370 | 75 | 113 |
| Binary | 10100010 | 10010111 | 11100110 | 11110 | 100010 | 0 | 1010 | 11111000 | 111101 | 1001011 |
Color Harmonies of #A297E6
Complementary color
Monochromatic Colors of #A297E6
Black with #A297E6
Text Example
Text Example
White with #A297E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297E6; }
p { color: rgb(162,151,230); }
H1.HeaderClassName
{
color: #A297E6;
}
.AnyTagClassName
{
color: #A297E6;
}
</style>
background-color css
<style>
a { background-color: #A297E6; }
a { background-color: rgb(162,151,230); }
div.DivClassName
{
background-color: #A297E6;
}
.BgClassName
{
background-color: #A297E6;
}
</style>
border-color css
<style>
span { border-color: #A297E6; }
span { border-color: rgb(162,151,230); }
td.TdClassName
{
border-color: #A297E6;
}
.TagClassName
{
border-color: #A297E6;
}
</style>