Shades of Wistful #A29DD7
Tints of Wistful #A29DD7
RGB
CMYK
RGB Variations
Color information
#A29DD7 (or 0xA29DD7) is known color: Wistful. HEX triplet: A2, 9D and D7. RGB value is (162,157,215). Sum of RGB (Red+Green+Blue) = 162+157+215=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #A29DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DD7 is #5D6228. Grayscale: #A4A4A4. Windows color (decimal): -6119977 or 14130594. OLE color: 14130594.
HSL color Cylindrical-coordinate representation of color #A29DD7: hue angle of 245.17º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A29DD7 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 157 | 215 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.16 |
| HSL | 245.17º | 0.42% | 0.73% | - |
| HSV(B) | 245.17º | 0.27% | 0.84% | - |
| XYZ | 39.22 | 36.7 | 69.31 | - |
| YUV | 165.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 215 | 0.25 | 0.27 | 0 | 0.16 | 245.17 | 0.42 | 0.73 |
| Hex | A2 | 9D | D7 | 19 | 1B | 0 | 10 | F5 | 2A | 49 |
| Octal | 242 | 235 | 327 | 31 | 33 | 0 | 20 | 365 | 52 | 111 |
| Binary | 10100010 | 10011101 | 11010111 | 11001 | 11011 | 0 | 10000 | 11110101 | 101010 | 1001001 |
Color Harmonies of #A29DD7
Complementary color
Monochromatic Colors of #A29DD7
Black with #A29DD7
Text Example
Text Example
White with #A29DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DD7; }
p { color: rgb(162,157,215); }
H1.HeaderClassName
{
color: #A29DD7;
}
.AnyTagClassName
{
color: #A29DD7;
}
</style>
background-color css
<style>
a { background-color: #A29DD7; }
a { background-color: rgb(162,157,215); }
div.DivClassName
{
background-color: #A29DD7;
}
.BgClassName
{
background-color: #A29DD7;
}
</style>
border-color css
<style>
span { border-color: #A29DD7; }
span { border-color: rgb(162,157,215); }
td.TdClassName
{
border-color: #A29DD7;
}
.TagClassName
{
border-color: #A29DD7;
}
</style>