Shades of Wistful #A294F7
Tints of Wistful #A294F7
RGB
CMYK
RGB Variations
Color information
#A294F7 (or 0xA294F7) is known color: Wistful. HEX triplet: A2, 94 and F7. RGB value is (162,148,247). Sum of RGB (Red+Green+Blue) = 162+148+247=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #A294F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294F7 is #5D6B08. Grayscale: #A3A3A3. Windows color (decimal): -6122249 or 16225442. OLE color: 16225442.
HSL color Cylindrical-coordinate representation of color #A294F7: hue angle of 248.48º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A294F7 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 148 | 247 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.03 |
| HSL | 248.48º | 0.86% | 0.77% | - |
| HSV(B) | 248.48º | 0.4% | 0.97% | - |
| XYZ | 42.28 | 35.58 | 92.63 | - |
| YUV | 163.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 247 | 0.34 | 0.40 | 0 | 0.03 | 248.48 | 0.86 | 0.77 |
| Hex | A2 | 94 | F7 | 22 | 28 | 0 | 3 | F8 | 56 | 4D |
| Octal | 242 | 224 | 367 | 42 | 50 | 0 | 3 | 370 | 126 | 115 |
| Binary | 10100010 | 10010100 | 11110111 | 100010 | 101000 | 0 | 11 | 11111000 | 1010110 | 1001101 |
Color Harmonies of #A294F7
Complementary color
Monochromatic Colors of #A294F7
Black with #A294F7
Text Example
Text Example
White with #A294F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294F7; }
p { color: rgb(162,148,247); }
H1.HeaderClassName
{
color: #A294F7;
}
.AnyTagClassName
{
color: #A294F7;
}
</style>
background-color css
<style>
a { background-color: #A294F7; }
a { background-color: rgb(162,148,247); }
div.DivClassName
{
background-color: #A294F7;
}
.BgClassName
{
background-color: #A294F7;
}
</style>
border-color css
<style>
span { border-color: #A294F7; }
span { border-color: rgb(162,148,247); }
td.TdClassName
{
border-color: #A294F7;
}
.TagClassName
{
border-color: #A294F7;
}
</style>