Shades of Wistful #A29DE1
Tints of Wistful #A29DE1
RGB
CMYK
RGB Variations
Color information
#A29DE1 (or 0xA29DE1) is known color: Wistful. HEX triplet: A2, 9D and E1. RGB value is (162,157,225). Sum of RGB (Red+Green+Blue) = 162+157+225=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #A29DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DE1 is #5D621E. Grayscale: #A5A5A5. Windows color (decimal): -6119967 or 14785954. OLE color: 14785954.
HSL color Cylindrical-coordinate representation of color #A29DE1: hue angle of 244.41º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29DE1 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 157 | 225 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.12 |
| HSL | 244.41º | 0.53% | 0.75% | - |
| HSV(B) | 244.41º | 0.3% | 0.88% | - |
| XYZ | 40.55 | 37.23 | 76.28 | - |
| YUV | 166.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 225 | 0.28 | 0.30 | 0 | 0.12 | 244.41 | 0.53 | 0.75 |
| Hex | A2 | 9D | E1 | 1C | 1E | 0 | C | F4 | 35 | 4B |
| Octal | 242 | 235 | 341 | 34 | 36 | 0 | 14 | 364 | 65 | 113 |
| Binary | 10100010 | 10011101 | 11100001 | 11100 | 11110 | 0 | 1100 | 11110100 | 110101 | 1001011 |
Color Harmonies of #A29DE1
Complementary color
Monochromatic Colors of #A29DE1
Black with #A29DE1
Text Example
Text Example
White with #A29DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DE1; }
p { color: rgb(162,157,225); }
H1.HeaderClassName
{
color: #A29DE1;
}
.AnyTagClassName
{
color: #A29DE1;
}
</style>
background-color css
<style>
a { background-color: #A29DE1; }
a { background-color: rgb(162,157,225); }
div.DivClassName
{
background-color: #A29DE1;
}
.BgClassName
{
background-color: #A29DE1;
}
</style>
border-color css
<style>
span { border-color: #A29DE1; }
span { border-color: rgb(162,157,225); }
td.TdClassName
{
border-color: #A29DE1;
}
.TagClassName
{
border-color: #A29DE1;
}
</style>