Shades of Wistful #A297F6
Tints of Wistful #A297F6
RGB
CMYK
RGB Variations
Color information
#A297F6 (or 0xA297F6) is known color: Wistful. HEX triplet: A2, 97 and F6. RGB value is (162,151,246). Sum of RGB (Red+Green+Blue) = 162+151+246=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #A297F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297F6 is #5D6809. Grayscale: #A4A4A4. Windows color (decimal): -6121482 or 16160674. OLE color: 16160674.
HSL color Cylindrical-coordinate representation of color #A297F6: hue angle of 246.95º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A297F6 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 151 | 246 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.04 |
| HSL | 246.95º | 0.84% | 0.78% | - |
| HSV(B) | 246.95º | 0.39% | 0.96% | - |
| XYZ | 42.6 | 36.47 | 91.98 | - |
| YUV | 165.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 246 | 0.34 | 0.39 | 0 | 0.04 | 246.95 | 0.84 | 0.78 |
| Hex | A2 | 97 | F6 | 22 | 27 | 0 | 4 | F7 | 54 | 4E |
| Octal | 242 | 227 | 366 | 42 | 47 | 0 | 4 | 367 | 124 | 116 |
| Binary | 10100010 | 10010111 | 11110110 | 100010 | 100111 | 0 | 100 | 11110111 | 1010100 | 1001110 |
Color Harmonies of #A297F6
Complementary color
Monochromatic Colors of #A297F6
Black with #A297F6
Text Example
Text Example
White with #A297F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A297F6; }
p { color: rgb(162,151,246); }
H1.HeaderClassName
{
color: #A297F6;
}
.AnyTagClassName
{
color: #A297F6;
}
</style>
background-color css
<style>
a { background-color: #A297F6; }
a { background-color: rgb(162,151,246); }
div.DivClassName
{
background-color: #A297F6;
}
.BgClassName
{
background-color: #A297F6;
}
</style>
border-color css
<style>
span { border-color: #A297F6; }
span { border-color: rgb(162,151,246); }
td.TdClassName
{
border-color: #A297F6;
}
.TagClassName
{
border-color: #A297F6;
}
</style>