Shades of Wistful #A29EEE
Tints of Wistful #A29EEE
RGB
CMYK
RGB Variations
Color information
#A29EEE (or 0xA29EEE) is known color: Wistful. HEX triplet: A2, 9E and EE. RGB value is (162,158,238). Sum of RGB (Red+Green+Blue) = 162+158+238=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #A29EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29EEE is #5D6111. Grayscale: #A8A8A8. Windows color (decimal): -6119698 or 15638178. OLE color: 15638178.
HSL color Cylindrical-coordinate representation of color #A29EEE: hue angle of 243º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A29EEE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 158 | 238 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.07 |
| HSL | 243º | 0.7% | 0.78% | - |
| HSV(B) | 243º | 0.34% | 0.93% | - |
| XYZ | 42.56 | 38.31 | 86.04 | - |
| YUV | 168.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 238 | 0.32 | 0.34 | 0 | 0.07 | 243 | 0.7 | 0.78 |
| Hex | A2 | 9E | EE | 20 | 22 | 0 | 7 | F3 | 46 | 4E |
| Octal | 242 | 236 | 356 | 40 | 42 | 0 | 7 | 363 | 106 | 116 |
| Binary | 10100010 | 10011110 | 11101110 | 100000 | 100010 | 0 | 111 | 11110011 | 1000110 | 1001110 |
Color Harmonies of #A29EEE
Complementary color
Monochromatic Colors of #A29EEE
Black with #A29EEE
Text Example
Text Example
White with #A29EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29EEE; }
p { color: rgb(162,158,238); }
H1.HeaderClassName
{
color: #A29EEE;
}
.AnyTagClassName
{
color: #A29EEE;
}
</style>
background-color css
<style>
a { background-color: #A29EEE; }
a { background-color: rgb(162,158,238); }
div.DivClassName
{
background-color: #A29EEE;
}
.BgClassName
{
background-color: #A29EEE;
}
</style>
border-color css
<style>
span { border-color: #A29EEE; }
span { border-color: rgb(162,158,238); }
td.TdClassName
{
border-color: #A29EEE;
}
.TagClassName
{
border-color: #A29EEE;
}
</style>