Shades of Wistful #A29FEA
Tints of Wistful #A29FEA
RGB
CMYK
RGB Variations
Color information
#A29FEA (or 0xA29FEA) is known color: Wistful. HEX triplet: A2, 9F and EA. RGB value is (162,159,234). Sum of RGB (Red+Green+Blue) = 162+159+234=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #A29FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FEA is #5D6015. Grayscale: #A8A8A8. Windows color (decimal): -6119446 or 15376290. OLE color: 15376290.
HSL color Cylindrical-coordinate representation of color #A29FEA: hue angle of 242.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A29FEA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 159 | 234 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.08 |
| HSL | 242.4º | 0.64% | 0.77% | - |
| HSV(B) | 242.4º | 0.32% | 0.92% | - |
| XYZ | 42.15 | 38.42 | 83.04 | - |
| YUV | 168.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 234 | 0.31 | 0.32 | 0 | 0.08 | 242.4 | 0.64 | 0.77 |
| Hex | A2 | 9F | EA | 1F | 20 | 0 | 8 | F2 | 40 | 4D |
| Octal | 242 | 237 | 352 | 37 | 40 | 0 | 10 | 362 | 100 | 115 |
| Binary | 10100010 | 10011111 | 11101010 | 11111 | 100000 | 0 | 1000 | 11110010 | 1000000 | 1001101 |
Color Harmonies of #A29FEA
Complementary color
Monochromatic Colors of #A29FEA
Black with #A29FEA
Text Example
Text Example
White with #A29FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FEA; }
p { color: rgb(162,159,234); }
H1.HeaderClassName
{
color: #A29FEA;
}
.AnyTagClassName
{
color: #A29FEA;
}
</style>
background-color css
<style>
a { background-color: #A29FEA; }
a { background-color: rgb(162,159,234); }
div.DivClassName
{
background-color: #A29FEA;
}
.BgClassName
{
background-color: #A29FEA;
}
</style>
border-color css
<style>
span { border-color: #A29FEA; }
span { border-color: rgb(162,159,234); }
td.TdClassName
{
border-color: #A29FEA;
}
.TagClassName
{
border-color: #A29FEA;
}
</style>