Shades of Wistful #A29FEF
Tints of Wistful #A29FEF
RGB
CMYK
RGB Variations
Color information
#A29FEF (or 0xA29FEF) is known color: Wistful. HEX triplet: A2, 9F and EF. RGB value is (162,159,239). Sum of RGB (Red+Green+Blue) = 162+159+239=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #A29FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FEF is #5D6010. Grayscale: #A8A8A8. Windows color (decimal): -6119441 or 15703970. OLE color: 15703970.
HSL color Cylindrical-coordinate representation of color #A29FEF: hue angle of 242.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A29FEF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 159 | 239 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.06 |
| HSL | 242.25º | 0.71% | 0.78% | - |
| HSV(B) | 242.25º | 0.33% | 0.94% | - |
| XYZ | 42.88 | 38.71 | 86.87 | - |
| YUV | 169.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 239 | 0.32 | 0.33 | 0 | 0.06 | 242.25 | 0.71 | 0.78 |
| Hex | A2 | 9F | EF | 20 | 21 | 0 | 6 | F2 | 47 | 4E |
| Octal | 242 | 237 | 357 | 40 | 41 | 0 | 6 | 362 | 107 | 116 |
| Binary | 10100010 | 10011111 | 11101111 | 100000 | 100001 | 0 | 110 | 11110010 | 1000111 | 1001110 |
Color Harmonies of #A29FEF
Complementary color
Monochromatic Colors of #A29FEF
Black with #A29FEF
Text Example
Text Example
White with #A29FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FEF; }
p { color: rgb(162,159,239); }
H1.HeaderClassName
{
color: #A29FEF;
}
.AnyTagClassName
{
color: #A29FEF;
}
</style>
background-color css
<style>
a { background-color: #A29FEF; }
a { background-color: rgb(162,159,239); }
div.DivClassName
{
background-color: #A29FEF;
}
.BgClassName
{
background-color: #A29FEF;
}
</style>
border-color css
<style>
span { border-color: #A29FEF; }
span { border-color: rgb(162,159,239); }
td.TdClassName
{
border-color: #A29FEF;
}
.TagClassName
{
border-color: #A29FEF;
}
</style>