Shades of Wistful #A29DDF
Tints of Wistful #A29DDF
RGB
CMYK
RGB Variations
Color information
#A29DDF (or 0xA29DDF) is known color: Wistful. HEX triplet: A2, 9D and DF. RGB value is (162,157,223). Sum of RGB (Red+Green+Blue) = 162+157+223=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #A29DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DDF is #5D6220. Grayscale: #A5A5A5. Windows color (decimal): -6119969 or 14654882. OLE color: 14654882.
HSL color Cylindrical-coordinate representation of color #A29DDF: hue angle of 244.55º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29DDF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 157 | 223 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.13 |
| HSL | 244.55º | 0.51% | 0.75% | - |
| HSV(B) | 244.55º | 0.3% | 0.87% | - |
| XYZ | 40.28 | 37.12 | 74.85 | - |
| YUV | 166.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 223 | 0.27 | 0.30 | 0 | 0.13 | 244.55 | 0.51 | 0.75 |
| Hex | A2 | 9D | DF | 1B | 1E | 0 | D | F5 | 33 | 4B |
| Octal | 242 | 235 | 337 | 33 | 36 | 0 | 15 | 365 | 63 | 113 |
| Binary | 10100010 | 10011101 | 11011111 | 11011 | 11110 | 0 | 1101 | 11110101 | 110011 | 1001011 |
Color Harmonies of #A29DDF
Complementary color
Monochromatic Colors of #A29DDF
Black with #A29DDF
Text Example
Text Example
White with #A29DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DDF; }
p { color: rgb(162,157,223); }
H1.HeaderClassName
{
color: #A29DDF;
}
.AnyTagClassName
{
color: #A29DDF;
}
</style>
background-color css
<style>
a { background-color: #A29DDF; }
a { background-color: rgb(162,157,223); }
div.DivClassName
{
background-color: #A29DDF;
}
.BgClassName
{
background-color: #A29DDF;
}
</style>
border-color css
<style>
span { border-color: #A29DDF; }
span { border-color: rgb(162,157,223); }
td.TdClassName
{
border-color: #A29DDF;
}
.TagClassName
{
border-color: #A29DDF;
}
</style>