Shades of Wistful #A29EF2
Tints of Wistful #A29EF2
RGB
CMYK
RGB Variations
Color information
#A29EF2 (or 0xA29EF2) is known color: Wistful. HEX triplet: A2, 9E and F2. RGB value is (162,158,242). Sum of RGB (Red+Green+Blue) = 162+158+242=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #A29EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29EF2 is #5D610D. Grayscale: #A8A8A8. Windows color (decimal): -6119694 or 15900322. OLE color: 15900322.
HSL color Cylindrical-coordinate representation of color #A29EF2: hue angle of 242.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A29EF2 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 158 | 242 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.05 |
| HSL | 242.86º | 0.76% | 0.78% | - |
| HSV(B) | 242.86º | 0.35% | 0.95% | - |
| XYZ | 43.15 | 38.55 | 89.17 | - |
| YUV | 168.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 242 | 0.33 | 0.35 | 0 | 0.05 | 242.86 | 0.76 | 0.78 |
| Hex | A2 | 9E | F2 | 21 | 23 | 0 | 5 | F3 | 4C | 4E |
| Octal | 242 | 236 | 362 | 41 | 43 | 0 | 5 | 363 | 114 | 116 |
| Binary | 10100010 | 10011110 | 11110010 | 100001 | 100011 | 0 | 101 | 11110011 | 1001100 | 1001110 |
Color Harmonies of #A29EF2
Complementary color
Monochromatic Colors of #A29EF2
Black with #A29EF2
Text Example
Text Example
White with #A29EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29EF2; }
p { color: rgb(162,158,242); }
H1.HeaderClassName
{
color: #A29EF2;
}
.AnyTagClassName
{
color: #A29EF2;
}
</style>
background-color css
<style>
a { background-color: #A29EF2; }
a { background-color: rgb(162,158,242); }
div.DivClassName
{
background-color: #A29EF2;
}
.BgClassName
{
background-color: #A29EF2;
}
</style>
border-color css
<style>
span { border-color: #A29EF2; }
span { border-color: rgb(162,158,242); }
td.TdClassName
{
border-color: #A29EF2;
}
.TagClassName
{
border-color: #A29EF2;
}
</style>