Shades of Wistful #A297F9
Tints of Wistful #A297F9
RGB
CMYK
RGB Variations
Color information
#A297F9 (or 0xA297F9) is known color: Wistful. HEX triplet: A2, 97 and F9. RGB value is (162,151,249). Sum of RGB (Red+Green+Blue) = 162+151+249=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #A297F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297F9 is #5D6806. Grayscale: #A5A5A5. Windows color (decimal): -6121479 or 16357282. OLE color: 16357282.
HSL color Cylindrical-coordinate representation of color #A297F9: hue angle of 246.73º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A297F9 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 151 | 249 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.02 |
| HSL | 246.73º | 0.89% | 0.78% | - |
| HSV(B) | 246.73º | 0.39% | 0.98% | - |
| XYZ | 43.07 | 36.65 | 94.43 | - |
| YUV | 165.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 249 | 0.35 | 0.39 | 0 | 0.02 | 246.73 | 0.89 | 0.78 |
| Hex | A2 | 97 | F9 | 23 | 27 | 0 | 2 | F7 | 59 | 4E |
| Octal | 242 | 227 | 371 | 43 | 47 | 0 | 2 | 367 | 131 | 116 |
| Binary | 10100010 | 10010111 | 11111001 | 100011 | 100111 | 0 | 10 | 11110111 | 1011001 | 1001110 |
Color Harmonies of #A297F9
Complementary color
Monochromatic Colors of #A297F9
Black with #A297F9
Text Example
Text Example
White with #A297F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297F9; }
p { color: rgb(162,151,249); }
H1.HeaderClassName
{
color: #A297F9;
}
.AnyTagClassName
{
color: #A297F9;
}
</style>
background-color css
<style>
a { background-color: #A297F9; }
a { background-color: rgb(162,151,249); }
div.DivClassName
{
background-color: #A297F9;
}
.BgClassName
{
background-color: #A297F9;
}
</style>
border-color css
<style>
span { border-color: #A297F9; }
span { border-color: rgb(162,151,249); }
td.TdClassName
{
border-color: #A297F9;
}
.TagClassName
{
border-color: #A297F9;
}
</style>