Shades of Wistful #A294EC
Tints of Wistful #A294EC
RGB
CMYK
RGB Variations
Color information
#A294EC (or 0xA294EC) is known color: Wistful. HEX triplet: A2, 94 and EC. RGB value is (162,148,236). Sum of RGB (Red+Green+Blue) = 162+148+236=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #A294EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294EC is #5D6B13. Grayscale: #A1A1A1. Windows color (decimal): -6122260 or 15504546. OLE color: 15504546.
HSL color Cylindrical-coordinate representation of color #A294EC: hue angle of 249.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A294EC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 148 | 236 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.07 |
| HSL | 249.55º | 0.7% | 0.75% | - |
| HSV(B) | 249.55º | 0.37% | 0.93% | - |
| XYZ | 40.63 | 34.92 | 83.96 | - |
| YUV | 162.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 236 | 0.31 | 0.37 | 0 | 0.07 | 249.55 | 0.7 | 0.75 |
| Hex | A2 | 94 | EC | 1F | 25 | 0 | 7 | FA | 46 | 4B |
| Octal | 242 | 224 | 354 | 37 | 45 | 0 | 7 | 372 | 106 | 113 |
| Binary | 10100010 | 10010100 | 11101100 | 11111 | 100101 | 0 | 111 | 11111010 | 1000110 | 1001011 |
Color Harmonies of #A294EC
Complementary color
Monochromatic Colors of #A294EC
Black with #A294EC
Text Example
Text Example
White with #A294EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294EC; }
p { color: rgb(162,148,236); }
H1.HeaderClassName
{
color: #A294EC;
}
.AnyTagClassName
{
color: #A294EC;
}
</style>
background-color css
<style>
a { background-color: #A294EC; }
a { background-color: rgb(162,148,236); }
div.DivClassName
{
background-color: #A294EC;
}
.BgClassName
{
background-color: #A294EC;
}
</style>
border-color css
<style>
span { border-color: #A294EC; }
span { border-color: rgb(162,148,236); }
td.TdClassName
{
border-color: #A294EC;
}
.TagClassName
{
border-color: #A294EC;
}
</style>