Shades of Wistful #A29ACB
Tints of Wistful #A29ACB
RGB
CMYK
RGB Variations
Color information
#A29ACB (or 0xA29ACB) is known color: Wistful. HEX triplet: A2, 9A and CB. RGB value is (162,154,203). Sum of RGB (Red+Green+Blue) = 162+154+203=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #A29ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ACB is #5D6534. Grayscale: #A1A1A1. Windows color (decimal): -6120757 or 13343394. OLE color: 13343394.
HSL color Cylindrical-coordinate representation of color #A29ACB: hue angle of 249.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A29ACB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 154 | 203 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.20 |
| HSL | 249.8º | 0.32% | 0.7% | - |
| HSV(B) | 249.8º | 0.24% | 0.8% | - |
| XYZ | 37.24 | 35.1 | 61.31 | - |
| YUV | 161.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 203 | 0.20 | 0.24 | 0 | 0.20 | 249.8 | 0.32 | 0.7 |
| Hex | A2 | 9A | CB | 14 | 18 | 0 | 14 | FA | 20 | 46 |
| Octal | 242 | 232 | 313 | 24 | 30 | 0 | 24 | 372 | 40 | 106 |
| Binary | 10100010 | 10011010 | 11001011 | 10100 | 11000 | 0 | 10100 | 11111010 | 100000 | 1000110 |
Color Harmonies of #A29ACB
Complementary color
Monochromatic Colors of #A29ACB
Black with #A29ACB
Text Example
Text Example
White with #A29ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29ACB; }
p { color: rgb(162,154,203); }
H1.HeaderClassName
{
color: #A29ACB;
}
.AnyTagClassName
{
color: #A29ACB;
}
</style>
background-color css
<style>
a { background-color: #A29ACB; }
a { background-color: rgb(162,154,203); }
div.DivClassName
{
background-color: #A29ACB;
}
.BgClassName
{
background-color: #A29ACB;
}
</style>
border-color css
<style>
span { border-color: #A29ACB; }
span { border-color: rgb(162,154,203); }
td.TdClassName
{
border-color: #A29ACB;
}
.TagClassName
{
border-color: #A29ACB;
}
</style>