Shades of Wistful #A29DCB
Tints of Wistful #A29DCB
RGB
CMYK
RGB Variations
Color information
#A29DCB (or 0xA29DCB) is known color: Wistful. HEX triplet: A2, 9D and CB. RGB value is (162,157,203). Sum of RGB (Red+Green+Blue) = 162+157+203=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #A29DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DCB is #5D6234. Grayscale: #A3A3A3. Windows color (decimal): -6119989 or 13344162. OLE color: 13344162.
HSL color Cylindrical-coordinate representation of color #A29DCB: hue angle of 246.52º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29DCB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 157 | 203 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.20 |
| HSL | 246.52º | 0.31% | 0.71% | - |
| HSV(B) | 246.52º | 0.23% | 0.8% | - |
| XYZ | 37.74 | 36.11 | 61.48 | - |
| YUV | 163.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 203 | 0.20 | 0.23 | 0 | 0.20 | 246.52 | 0.31 | 0.71 |
| Hex | A2 | 9D | CB | 14 | 17 | 0 | 14 | F7 | 1F | 47 |
| Octal | 242 | 235 | 313 | 24 | 27 | 0 | 24 | 367 | 37 | 107 |
| Binary | 10100010 | 10011101 | 11001011 | 10100 | 10111 | 0 | 10100 | 11110111 | 11111 | 1000111 |
Color Harmonies of #A29DCB
Complementary color
Monochromatic Colors of #A29DCB
Black with #A29DCB
Text Example
Text Example
White with #A29DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DCB; }
p { color: rgb(162,157,203); }
H1.HeaderClassName
{
color: #A29DCB;
}
.AnyTagClassName
{
color: #A29DCB;
}
</style>
background-color css
<style>
a { background-color: #A29DCB; }
a { background-color: rgb(162,157,203); }
div.DivClassName
{
background-color: #A29DCB;
}
.BgClassName
{
background-color: #A29DCB;
}
</style>
border-color css
<style>
span { border-color: #A29DCB; }
span { border-color: rgb(162,157,203); }
td.TdClassName
{
border-color: #A29DCB;
}
.TagClassName
{
border-color: #A29DCB;
}
</style>