Shades of Wistful #A29DED
Tints of Wistful #A29DED
RGB
CMYK
RGB Variations
Color information
#A29DED (or 0xA29DED) is known color: Wistful. HEX triplet: A2, 9D and ED. RGB value is (162,157,237). Sum of RGB (Red+Green+Blue) = 162+157+237=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #A29DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29DED is #5D6212. Grayscale: #A7A7A7. Windows color (decimal): -6119955 or 15572386. OLE color: 15572386.
HSL color Cylindrical-coordinate representation of color #A29DED: hue angle of 243.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A29DED is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 157 | 237 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.07 |
| HSL | 243.75º | 0.69% | 0.77% | - |
| HSV(B) | 243.75º | 0.34% | 0.93% | - |
| XYZ | 42.24 | 37.91 | 85.21 | - |
| YUV | 167.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 237 | 0.32 | 0.34 | 0 | 0.07 | 243.75 | 0.69 | 0.77 |
| Hex | A2 | 9D | ED | 20 | 22 | 0 | 7 | F4 | 45 | 4D |
| Octal | 242 | 235 | 355 | 40 | 42 | 0 | 7 | 364 | 105 | 115 |
| Binary | 10100010 | 10011101 | 11101101 | 100000 | 100010 | 0 | 111 | 11110100 | 1000101 | 1001101 |
Color Harmonies of #A29DED
Complementary color
Monochromatic Colors of #A29DED
Black with #A29DED
Text Example
Text Example
White with #A29DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DED; }
p { color: rgb(162,157,237); }
H1.HeaderClassName
{
color: #A29DED;
}
.AnyTagClassName
{
color: #A29DED;
}
</style>
background-color css
<style>
a { background-color: #A29DED; }
a { background-color: rgb(162,157,237); }
div.DivClassName
{
background-color: #A29DED;
}
.BgClassName
{
background-color: #A29DED;
}
</style>
border-color css
<style>
span { border-color: #A29DED; }
span { border-color: rgb(162,157,237); }
td.TdClassName
{
border-color: #A29DED;
}
.TagClassName
{
border-color: #A29DED;
}
</style>