Shades of Wistful #A19FEA
Tints of Wistful #A19FEA
RGB
CMYK
RGB Variations
Color information
#A19FEA (or 0xA19FEA) is known color: Wistful. HEX triplet: A1, 9F and EA. RGB value is (161,159,234). Sum of RGB (Red+Green+Blue) = 161+159+234=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #A19FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FEA is #5E6015. Grayscale: #A7A7A7. Windows color (decimal): -6184982 or 15376289. OLE color: 15376289.
HSL color Cylindrical-coordinate representation of color #A19FEA: hue angle of 241.6º 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 #A19FEA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 159 | 234 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.08 |
| HSL | 241.6º | 0.64% | 0.77% | - |
| HSV(B) | 241.6º | 0.32% | 0.92% | - |
| XYZ | 41.95 | 38.31 | 83.03 | - |
| YUV | 168.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 234 | 0.31 | 0.32 | 0 | 0.08 | 241.6 | 0.64 | 0.77 |
| Hex | A1 | 9F | EA | 1F | 20 | 0 | 8 | F2 | 40 | 4D |
| Octal | 241 | 237 | 352 | 37 | 40 | 0 | 10 | 362 | 100 | 115 |
| Binary | 10100001 | 10011111 | 11101010 | 11111 | 100000 | 0 | 1000 | 11110010 | 1000000 | 1001101 |
Color Harmonies of #A19FEA
Complementary color
Monochromatic Colors of #A19FEA
Black with #A19FEA
Text Example
Text Example
White with #A19FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FEA; }
p { color: rgb(161,159,234); }
H1.HeaderClassName
{
color: #A19FEA;
}
.AnyTagClassName
{
color: #A19FEA;
}
</style>
background-color css
<style>
a { background-color: #A19FEA; }
a { background-color: rgb(161,159,234); }
div.DivClassName
{
background-color: #A19FEA;
}
.BgClassName
{
background-color: #A19FEA;
}
</style>
border-color css
<style>
span { border-color: #A19FEA; }
span { border-color: rgb(161,159,234); }
td.TdClassName
{
border-color: #A19FEA;
}
.TagClassName
{
border-color: #A19FEA;
}
</style>