Shades of Wistful #A297DE
Tints of Wistful #A297DE
RGB
CMYK
RGB Variations
Color information
#A297DE (or 0xA297DE) is known color: Wistful. HEX triplet: A2, 97 and DE. RGB value is (162,151,222). Sum of RGB (Red+Green+Blue) = 162+151+222=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #A297DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297DE is #5D6821. Grayscale: #A2A2A2. Windows color (decimal): -6121506 or 14587810. OLE color: 14587810.
HSL color Cylindrical-coordinate representation of color #A297DE: hue angle of 249.3º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A297DE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 151 | 222 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.13 |
| HSL | 249.3º | 0.52% | 0.73% | - |
| HSV(B) | 249.3º | 0.32% | 0.87% | - |
| XYZ | 39.15 | 35.09 | 73.82 | - |
| YUV | 162.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 222 | 0.27 | 0.32 | 0 | 0.13 | 249.3 | 0.52 | 0.73 |
| Hex | A2 | 97 | DE | 1B | 20 | 0 | D | F9 | 34 | 49 |
| Octal | 242 | 227 | 336 | 33 | 40 | 0 | 15 | 371 | 64 | 111 |
| Binary | 10100010 | 10010111 | 11011110 | 11011 | 100000 | 0 | 1101 | 11111001 | 110100 | 1001001 |
Color Harmonies of #A297DE
Complementary color
Monochromatic Colors of #A297DE
Black with #A297DE
Text Example
Text Example
White with #A297DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297DE; }
p { color: rgb(162,151,222); }
H1.HeaderClassName
{
color: #A297DE;
}
.AnyTagClassName
{
color: #A297DE;
}
</style>
background-color css
<style>
a { background-color: #A297DE; }
a { background-color: rgb(162,151,222); }
div.DivClassName
{
background-color: #A297DE;
}
.BgClassName
{
background-color: #A297DE;
}
</style>
border-color css
<style>
span { border-color: #A297DE; }
span { border-color: rgb(162,151,222); }
td.TdClassName
{
border-color: #A297DE;
}
.TagClassName
{
border-color: #A297DE;
}
</style>