Shades of Wistful #A29FE8
Tints of Wistful #A29FE8
RGB
CMYK
RGB Variations
Color information
#A29FE8 (or 0xA29FE8) is known color: Wistful. HEX triplet: A2, 9F and E8. RGB value is (162,159,232). Sum of RGB (Red+Green+Blue) = 162+159+232=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #A29FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FE8 is #5D6017. Grayscale: #A7A7A7. Windows color (decimal): -6119448 or 15245218. OLE color: 15245218.
HSL color Cylindrical-coordinate representation of color #A29FE8: hue angle of 242.47º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A29FE8 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 159 | 232 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.09 |
| HSL | 242.47º | 0.61% | 0.77% | - |
| HSV(B) | 242.47º | 0.31% | 0.91% | - |
| XYZ | 41.86 | 38.3 | 81.53 | - |
| YUV | 168.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 232 | 0.30 | 0.31 | 0 | 0.09 | 242.47 | 0.61 | 0.77 |
| Hex | A2 | 9F | E8 | 1E | 1F | 0 | 9 | F2 | 3D | 4D |
| Octal | 242 | 237 | 350 | 36 | 37 | 0 | 11 | 362 | 75 | 115 |
| Binary | 10100010 | 10011111 | 11101000 | 11110 | 11111 | 0 | 1001 | 11110010 | 111101 | 1001101 |
Color Harmonies of #A29FE8
Complementary color
Monochromatic Colors of #A29FE8
Black with #A29FE8
Text Example
Text Example
White with #A29FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FE8; }
p { color: rgb(162,159,232); }
H1.HeaderClassName
{
color: #A29FE8;
}
.AnyTagClassName
{
color: #A29FE8;
}
</style>
background-color css
<style>
a { background-color: #A29FE8; }
a { background-color: rgb(162,159,232); }
div.DivClassName
{
background-color: #A29FE8;
}
.BgClassName
{
background-color: #A29FE8;
}
</style>
border-color css
<style>
span { border-color: #A29FE8; }
span { border-color: rgb(162,159,232); }
td.TdClassName
{
border-color: #A29FE8;
}
.TagClassName
{
border-color: #A29FE8;
}
</style>