Shades of Wistful #A295EE
Tints of Wistful #A295EE
RGB
CMYK
RGB Variations
Color information
#A295EE (or 0xA295EE) is known color: Wistful. HEX triplet: A2, 95 and EE. RGB value is (162,149,238). Sum of RGB (Red+Green+Blue) = 162+149+238=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #A295EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295EE is #5D6A11. Grayscale: #A2A2A2. Windows color (decimal): -6122002 or 15635874. OLE color: 15635874.
HSL color Cylindrical-coordinate representation of color #A295EE: hue angle of 248.76º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A295EE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 149 | 238 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.07 |
| HSL | 248.76º | 0.72% | 0.76% | - |
| HSV(B) | 248.76º | 0.37% | 0.93% | - |
| XYZ | 41.08 | 35.35 | 85.55 | - |
| YUV | 163.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 238 | 0.32 | 0.37 | 0 | 0.07 | 248.76 | 0.72 | 0.76 |
| Hex | A2 | 95 | EE | 20 | 25 | 0 | 7 | F9 | 48 | 4C |
| Octal | 242 | 225 | 356 | 40 | 45 | 0 | 7 | 371 | 110 | 114 |
| Binary | 10100010 | 10010101 | 11101110 | 100000 | 100101 | 0 | 111 | 11111001 | 1001000 | 1001100 |
Color Harmonies of #A295EE
Complementary color
Monochromatic Colors of #A295EE
Black with #A295EE
Text Example
Text Example
White with #A295EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295EE; }
p { color: rgb(162,149,238); }
H1.HeaderClassName
{
color: #A295EE;
}
.AnyTagClassName
{
color: #A295EE;
}
</style>
background-color css
<style>
a { background-color: #A295EE; }
a { background-color: rgb(162,149,238); }
div.DivClassName
{
background-color: #A295EE;
}
.BgClassName
{
background-color: #A295EE;
}
</style>
border-color css
<style>
span { border-color: #A295EE; }
span { border-color: rgb(162,149,238); }
td.TdClassName
{
border-color: #A295EE;
}
.TagClassName
{
border-color: #A295EE;
}
</style>