Shades of Wistful #A29EE7
Tints of Wistful #A29EE7
RGB
CMYK
RGB Variations
Color information
#A29EE7 (or 0xA29EE7) is known color: Wistful. HEX triplet: A2, 9E and E7. RGB value is (162,158,231). Sum of RGB (Red+Green+Blue) = 162+158+231=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #A29EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29EE7 is #5D6118. Grayscale: #A7A7A7. Windows color (decimal): -6119705 or 15179426. OLE color: 15179426.
HSL color Cylindrical-coordinate representation of color #A29EE7: hue angle of 243.29º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A29EE7 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 158 | 231 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.09 |
| HSL | 243.29º | 0.6% | 0.76% | - |
| HSV(B) | 243.29º | 0.32% | 0.91% | - |
| XYZ | 41.55 | 37.9 | 80.73 | - |
| YUV | 167.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 231 | 0.30 | 0.32 | 0 | 0.09 | 243.29 | 0.6 | 0.76 |
| Hex | A2 | 9E | E7 | 1E | 20 | 0 | 9 | F3 | 3C | 4C |
| Octal | 242 | 236 | 347 | 36 | 40 | 0 | 11 | 363 | 74 | 114 |
| Binary | 10100010 | 10011110 | 11100111 | 11110 | 100000 | 0 | 1001 | 11110011 | 111100 | 1001100 |
Color Harmonies of #A29EE7
Complementary color
Monochromatic Colors of #A29EE7
Black with #A29EE7
Text Example
Text Example
White with #A29EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29EE7; }
p { color: rgb(162,158,231); }
H1.HeaderClassName
{
color: #A29EE7;
}
.AnyTagClassName
{
color: #A29EE7;
}
</style>
background-color css
<style>
a { background-color: #A29EE7; }
a { background-color: rgb(162,158,231); }
div.DivClassName
{
background-color: #A29EE7;
}
.BgClassName
{
background-color: #A29EE7;
}
</style>
border-color css
<style>
span { border-color: #A29EE7; }
span { border-color: rgb(162,158,231); }
td.TdClassName
{
border-color: #A29EE7;
}
.TagClassName
{
border-color: #A29EE7;
}
</style>