Shades of Wistful #A295EC
Tints of Wistful #A295EC
RGB
CMYK
RGB Variations
Color information
#A295EC (or 0xA295EC) is known color: Wistful. HEX triplet: A2, 95 and EC. RGB value is (162,149,236). Sum of RGB (Red+Green+Blue) = 162+149+236=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #A295EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295EC is #5D6A13. Grayscale: #A2A2A2. Windows color (decimal): -6122004 or 15504802. OLE color: 15504802.
HSL color Cylindrical-coordinate representation of color #A295EC: hue angle of 248.97º 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 #A295EC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 149 | 236 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.07 |
| HSL | 248.97º | 0.7% | 0.75% | - |
| HSV(B) | 248.97º | 0.37% | 0.93% | - |
| XYZ | 40.79 | 35.23 | 84.01 | - |
| YUV | 162.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 236 | 0.31 | 0.37 | 0 | 0.07 | 248.97 | 0.7 | 0.75 |
| Hex | A2 | 95 | EC | 1F | 25 | 0 | 7 | F9 | 46 | 4B |
| Octal | 242 | 225 | 354 | 37 | 45 | 0 | 7 | 371 | 106 | 113 |
| Binary | 10100010 | 10010101 | 11101100 | 11111 | 100101 | 0 | 111 | 11111001 | 1000110 | 1001011 |
Color Harmonies of #A295EC
Complementary color
Monochromatic Colors of #A295EC
Black with #A295EC
Text Example
Text Example
White with #A295EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295EC; }
p { color: rgb(162,149,236); }
H1.HeaderClassName
{
color: #A295EC;
}
.AnyTagClassName
{
color: #A295EC;
}
</style>
background-color css
<style>
a { background-color: #A295EC; }
a { background-color: rgb(162,149,236); }
div.DivClassName
{
background-color: #A295EC;
}
.BgClassName
{
background-color: #A295EC;
}
</style>
border-color css
<style>
span { border-color: #A295EC; }
span { border-color: rgb(162,149,236); }
td.TdClassName
{
border-color: #A295EC;
}
.TagClassName
{
border-color: #A295EC;
}
</style>