Shades of Wistful #A29EC3
Tints of Wistful #A29EC3
RGB
CMYK
RGB Variations
Color information
#A29EC3 (or 0xA29EC3) is known color: Wistful. HEX triplet: A2, 9E and C3. RGB value is (162,158,195). Sum of RGB (Red+Green+Blue) = 162+158+195=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #A29EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EC3 is #5D613C. Grayscale: #A3A3A3. Windows color (decimal): -6119741 or 12820130. OLE color: 12820130.
HSL color Cylindrical-coordinate representation of color #A29EC3: hue angle of 246.49º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29EC3 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 158 | 195 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.24 |
| HSL | 246.49º | 0.24% | 0.69% | - |
| HSV(B) | 246.49º | 0.19% | 0.76% | - |
| XYZ | 36.98 | 36.08 | 56.64 | - |
| YUV | 163.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 195 | 0.17 | 0.19 | 0 | 0.24 | 246.49 | 0.24 | 0.69 |
| Hex | A2 | 9E | C3 | 11 | 13 | 0 | 18 | F6 | 18 | 45 |
| Octal | 242 | 236 | 303 | 21 | 23 | 0 | 30 | 366 | 30 | 105 |
| Binary | 10100010 | 10011110 | 11000011 | 10001 | 10011 | 0 | 11000 | 11110110 | 11000 | 1000101 |
Color Harmonies of #A29EC3
Complementary color
Monochromatic Colors of #A29EC3
Black with #A29EC3
Text Example
Text Example
White with #A29EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29EC3; }
p { color: rgb(162,158,195); }
H1.HeaderClassName
{
color: #A29EC3;
}
.AnyTagClassName
{
color: #A29EC3;
}
</style>
background-color css
<style>
a { background-color: #A29EC3; }
a { background-color: rgb(162,158,195); }
div.DivClassName
{
background-color: #A29EC3;
}
.BgClassName
{
background-color: #A29EC3;
}
</style>
border-color css
<style>
span { border-color: #A29EC3; }
span { border-color: rgb(162,158,195); }
td.TdClassName
{
border-color: #A29EC3;
}
.TagClassName
{
border-color: #A29EC3;
}
</style>