Shades of Wistful #A295E0
Tints of Wistful #A295E0
RGB
CMYK
RGB Variations
Color information
#A295E0 (or 0xA295E0) is known color: Wistful. HEX triplet: A2, 95 and E0. RGB value is (162,149,224). Sum of RGB (Red+Green+Blue) = 162+149+224=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #A295E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295E0 is #5D6A1F. Grayscale: #A1A1A1. Windows color (decimal): -6122016 or 14718370. OLE color: 14718370.
HSL color Cylindrical-coordinate representation of color #A295E0: hue angle of 250.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A295E0 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 149 | 224 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.12 |
| HSL | 250.4º | 0.55% | 0.73% | - |
| HSV(B) | 250.4º | 0.33% | 0.88% | - |
| XYZ | 39.1 | 34.56 | 75.13 | - |
| YUV | 161.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 224 | 0.28 | 0.33 | 0 | 0.12 | 250.4 | 0.55 | 0.73 |
| Hex | A2 | 95 | E0 | 1C | 21 | 0 | C | FA | 37 | 49 |
| Octal | 242 | 225 | 340 | 34 | 41 | 0 | 14 | 372 | 67 | 111 |
| Binary | 10100010 | 10010101 | 11100000 | 11100 | 100001 | 0 | 1100 | 11111010 | 110111 | 1001001 |
Color Harmonies of #A295E0
Complementary color
Monochromatic Colors of #A295E0
Black with #A295E0
Text Example
Text Example
White with #A295E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295E0; }
p { color: rgb(162,149,224); }
H1.HeaderClassName
{
color: #A295E0;
}
.AnyTagClassName
{
color: #A295E0;
}
</style>
background-color css
<style>
a { background-color: #A295E0; }
a { background-color: rgb(162,149,224); }
div.DivClassName
{
background-color: #A295E0;
}
.BgClassName
{
background-color: #A295E0;
}
</style>
border-color css
<style>
span { border-color: #A295E0; }
span { border-color: rgb(162,149,224); }
td.TdClassName
{
border-color: #A295E0;
}
.TagClassName
{
border-color: #A295E0;
}
</style>