Shades of Wistful #A29FC1
Tints of Wistful #A29FC1
RGB
CMYK
RGB Variations
Color information
#A29FC1 (or 0xA29FC1) is known color: Wistful. HEX triplet: A2, 9F and C1. RGB value is (162,159,193). Sum of RGB (Red+Green+Blue) = 162+159+193=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #A29FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FC1 is #5D603E. Grayscale: #A3A3A3. Windows color (decimal): -6119487 or 12689314. OLE color: 12689314.
HSL color Cylindrical-coordinate representation of color #A29FC1: hue angle of 245.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A29FC1 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 159 | 193 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.24 |
| HSL | 245.29º | 0.22% | 0.69% | - |
| HSV(B) | 245.29º | 0.18% | 0.76% | - |
| XYZ | 36.92 | 36.33 | 55.52 | - |
| YUV | 163.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 193 | 0.16 | 0.18 | 0 | 0.24 | 245.29 | 0.22 | 0.69 |
| Hex | A2 | 9F | C1 | 10 | 12 | 0 | 18 | F5 | 16 | 45 |
| Octal | 242 | 237 | 301 | 20 | 22 | 0 | 30 | 365 | 26 | 105 |
| Binary | 10100010 | 10011111 | 11000001 | 10000 | 10010 | 0 | 11000 | 11110101 | 10110 | 1000101 |
Color Harmonies of #A29FC1
Complementary color
Monochromatic Colors of #A29FC1
Black with #A29FC1
Text Example
Text Example
White with #A29FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FC1; }
p { color: rgb(162,159,193); }
H1.HeaderClassName
{
color: #A29FC1;
}
.AnyTagClassName
{
color: #A29FC1;
}
</style>
background-color css
<style>
a { background-color: #A29FC1; }
a { background-color: rgb(162,159,193); }
div.DivClassName
{
background-color: #A29FC1;
}
.BgClassName
{
background-color: #A29FC1;
}
</style>
border-color css
<style>
span { border-color: #A29FC1; }
span { border-color: rgb(162,159,193); }
td.TdClassName
{
border-color: #A29FC1;
}
.TagClassName
{
border-color: #A29FC1;
}
</style>