Shades of Wistful #A29BD6
Tints of Wistful #A29BD6
RGB
CMYK
RGB Variations
Color information
#A29BD6 (or 0xA29BD6) is known color: Wistful. HEX triplet: A2, 9B and D6. RGB value is (162,155,214). Sum of RGB (Red+Green+Blue) = 162+155+214=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #A29BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BD6 is #5D6429. Grayscale: #A3A3A3. Windows color (decimal): -6120490 or 14064546. OLE color: 14064546.
HSL color Cylindrical-coordinate representation of color #A29BD6: hue angle of 247.12º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29BD6 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 155 | 214 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.16 |
| HSL | 247.12º | 0.42% | 0.72% | - |
| HSV(B) | 247.12º | 0.28% | 0.84% | - |
| XYZ | 38.76 | 35.98 | 68.52 | - |
| YUV | 163.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 214 | 0.24 | 0.28 | 0 | 0.16 | 247.12 | 0.42 | 0.72 |
| Hex | A2 | 9B | D6 | 18 | 1C | 0 | 10 | F7 | 2A | 48 |
| Octal | 242 | 233 | 326 | 30 | 34 | 0 | 20 | 367 | 52 | 110 |
| Binary | 10100010 | 10011011 | 11010110 | 11000 | 11100 | 0 | 10000 | 11110111 | 101010 | 1001000 |
Color Harmonies of #A29BD6
Complementary color
Monochromatic Colors of #A29BD6
Black with #A29BD6
Text Example
Text Example
White with #A29BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BD6; }
p { color: rgb(162,155,214); }
H1.HeaderClassName
{
color: #A29BD6;
}
.AnyTagClassName
{
color: #A29BD6;
}
</style>
background-color css
<style>
a { background-color: #A29BD6; }
a { background-color: rgb(162,155,214); }
div.DivClassName
{
background-color: #A29BD6;
}
.BgClassName
{
background-color: #A29BD6;
}
</style>
border-color css
<style>
span { border-color: #A29BD6; }
span { border-color: rgb(162,155,214); }
td.TdClassName
{
border-color: #A29BD6;
}
.TagClassName
{
border-color: #A29BD6;
}
</style>