Shades of Wistful #A29EDA
Tints of Wistful #A29EDA
RGB
CMYK
RGB Variations
Color information
#A29EDA (or 0xA29EDA) is known color: Wistful. HEX triplet: A2, 9E and DA. RGB value is (162,158,218). Sum of RGB (Red+Green+Blue) = 162+158+218=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A29EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EDA is #5D6125. Grayscale: #A5A5A5. Windows color (decimal): -6119718 or 14327458. OLE color: 14327458.
HSL color Cylindrical-coordinate representation of color #A29EDA: hue angle of 244º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29EDA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 158 | 218 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.15 |
| HSL | 244º | 0.45% | 0.74% | - |
| HSV(B) | 244º | 0.28% | 0.85% | - |
| XYZ | 39.78 | 37.2 | 71.41 | - |
| YUV | 166.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 218 | 0.26 | 0.28 | 0 | 0.15 | 244 | 0.45 | 0.74 |
| Hex | A2 | 9E | DA | 1A | 1C | 0 | F | F4 | 2D | 4A |
| Octal | 242 | 236 | 332 | 32 | 34 | 0 | 17 | 364 | 55 | 112 |
| Binary | 10100010 | 10011110 | 11011010 | 11010 | 11100 | 0 | 1111 | 11110100 | 101101 | 1001010 |
Color Harmonies of #A29EDA
Complementary color
Monochromatic Colors of #A29EDA
Black with #A29EDA
Text Example
Text Example
White with #A29EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29EDA; }
p { color: rgb(162,158,218); }
H1.HeaderClassName
{
color: #A29EDA;
}
.AnyTagClassName
{
color: #A29EDA;
}
</style>
background-color css
<style>
a { background-color: #A29EDA; }
a { background-color: rgb(162,158,218); }
div.DivClassName
{
background-color: #A29EDA;
}
.BgClassName
{
background-color: #A29EDA;
}
</style>
border-color css
<style>
span { border-color: #A29EDA; }
span { border-color: rgb(162,158,218); }
td.TdClassName
{
border-color: #A29EDA;
}
.TagClassName
{
border-color: #A29EDA;
}
</style>