Shades of Wistful #A29DD6
Tints of Wistful #A29DD6
RGB
CMYK
RGB Variations
Color information
#A29DD6 (or 0xA29DD6) is known color: Wistful. HEX triplet: A2, 9D and D6. RGB value is (162,157,214). Sum of RGB (Red+Green+Blue) = 162+157+214=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #A29DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DD6 is #5D6229. Grayscale: #A4A4A4. Windows color (decimal): -6119978 or 14065058. OLE color: 14065058.
HSL color Cylindrical-coordinate representation of color #A29DD6: hue angle of 245.26º degrees, saturation: 0.41, 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 #A29DD6 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 157 | 214 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.16 |
| HSL | 245.26º | 0.41% | 0.73% | - |
| HSV(B) | 245.26º | 0.27% | 0.84% | - |
| XYZ | 39.09 | 36.65 | 68.63 | - |
| YUV | 164.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 214 | 0.24 | 0.27 | 0 | 0.16 | 245.26 | 0.41 | 0.73 |
| Hex | A2 | 9D | D6 | 18 | 1B | 0 | 10 | F5 | 29 | 49 |
| Octal | 242 | 235 | 326 | 30 | 33 | 0 | 20 | 365 | 51 | 111 |
| Binary | 10100010 | 10011101 | 11010110 | 11000 | 11011 | 0 | 10000 | 11110101 | 101001 | 1001001 |
Color Harmonies of #A29DD6
Complementary color
Monochromatic Colors of #A29DD6
Black with #A29DD6
Text Example
Text Example
White with #A29DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DD6; }
p { color: rgb(162,157,214); }
H1.HeaderClassName
{
color: #A29DD6;
}
.AnyTagClassName
{
color: #A29DD6;
}
</style>
background-color css
<style>
a { background-color: #A29DD6; }
a { background-color: rgb(162,157,214); }
div.DivClassName
{
background-color: #A29DD6;
}
.BgClassName
{
background-color: #A29DD6;
}
</style>
border-color css
<style>
span { border-color: #A29DD6; }
span { border-color: rgb(162,157,214); }
td.TdClassName
{
border-color: #A29DD6;
}
.TagClassName
{
border-color: #A29DD6;
}
</style>