Shades of Wistful #A29FEC
Tints of Wistful #A29FEC
RGB
CMYK
RGB Variations
Color information
#A29FEC (or 0xA29FEC) is known color: Wistful. HEX triplet: A2, 9F and EC. RGB value is (162,159,236). Sum of RGB (Red+Green+Blue) = 162+159+236=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #A29FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FEC is #5D6013. Grayscale: #A8A8A8. Windows color (decimal): -6119444 or 15507362. OLE color: 15507362.
HSL color Cylindrical-coordinate representation of color #A29FEC: hue angle of 242.34º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A29FEC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 159 | 236 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.07 |
| HSL | 242.34º | 0.67% | 0.77% | - |
| HSV(B) | 242.34º | 0.33% | 0.93% | - |
| XYZ | 42.44 | 38.53 | 84.56 | - |
| YUV | 168.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 236 | 0.31 | 0.33 | 0 | 0.07 | 242.34 | 0.67 | 0.77 |
| Hex | A2 | 9F | EC | 1F | 21 | 0 | 7 | F2 | 43 | 4D |
| Octal | 242 | 237 | 354 | 37 | 41 | 0 | 7 | 362 | 103 | 115 |
| Binary | 10100010 | 10011111 | 11101100 | 11111 | 100001 | 0 | 111 | 11110010 | 1000011 | 1001101 |
Color Harmonies of #A29FEC
Complementary color
Monochromatic Colors of #A29FEC
Black with #A29FEC
Text Example
Text Example
White with #A29FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FEC; }
p { color: rgb(162,159,236); }
H1.HeaderClassName
{
color: #A29FEC;
}
.AnyTagClassName
{
color: #A29FEC;
}
</style>
background-color css
<style>
a { background-color: #A29FEC; }
a { background-color: rgb(162,159,236); }
div.DivClassName
{
background-color: #A29FEC;
}
.BgClassName
{
background-color: #A29FEC;
}
</style>
border-color css
<style>
span { border-color: #A29FEC; }
span { border-color: rgb(162,159,236); }
td.TdClassName
{
border-color: #A29FEC;
}
.TagClassName
{
border-color: #A29FEC;
}
</style>