Shades of Wistful #A29FC0
Tints of Wistful #A29FC0
RGB
CMYK
RGB Variations
Color information
#A29FC0 (or 0xA29FC0) is known color: Wistful. HEX triplet: A2, 9F and C0. RGB value is (162,159,192). Sum of RGB (Red+Green+Blue) = 162+159+192=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #A29FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FC0 is #5D603F. Grayscale: #A3A3A3. Windows color (decimal): -6119488 or 12623778. OLE color: 12623778.
HSL color Cylindrical-coordinate representation of color #A29FC0: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A29FC0 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 159 | 192 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.25 |
| HSL | 245.45º | 0.21% | 0.69% | - |
| HSV(B) | 245.45º | 0.17% | 0.75% | - |
| XYZ | 36.81 | 36.28 | 54.93 | - |
| YUV | 163.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 192 | 0.16 | 0.17 | 0 | 0.25 | 245.45 | 0.21 | 0.69 |
| Hex | A2 | 9F | C0 | 10 | 11 | 0 | 19 | F5 | 15 | 45 |
| Octal | 242 | 237 | 300 | 20 | 21 | 0 | 31 | 365 | 25 | 105 |
| Binary | 10100010 | 10011111 | 11000000 | 10000 | 10001 | 0 | 11001 | 11110101 | 10101 | 1000101 |
Color Harmonies of #A29FC0
Complementary color
Monochromatic Colors of #A29FC0
Black with #A29FC0
Text Example
Text Example
White with #A29FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FC0; }
p { color: rgb(162,159,192); }
H1.HeaderClassName
{
color: #A29FC0;
}
.AnyTagClassName
{
color: #A29FC0;
}
</style>
background-color css
<style>
a { background-color: #A29FC0; }
a { background-color: rgb(162,159,192); }
div.DivClassName
{
background-color: #A29FC0;
}
.BgClassName
{
background-color: #A29FC0;
}
</style>
border-color css
<style>
span { border-color: #A29FC0; }
span { border-color: rgb(162,159,192); }
td.TdClassName
{
border-color: #A29FC0;
}
.TagClassName
{
border-color: #A29FC0;
}
</style>