Shades of Wistful #A19FEE
Tints of Wistful #A19FEE
RGB
CMYK
RGB Variations
Color information
#A19FEE (or 0xA19FEE) is known color: Wistful. HEX triplet: A1, 9F and EE. RGB value is (161,159,238). Sum of RGB (Red+Green+Blue) = 161+159+238=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #A19FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FEE is #5E6011. Grayscale: #A8A8A8. Windows color (decimal): -6184978 or 15638433. OLE color: 15638433.
HSL color Cylindrical-coordinate representation of color #A19FEE: hue angle of 241.52º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A19FEE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 159 | 238 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.07 |
| HSL | 241.52º | 0.7% | 0.78% | - |
| HSV(B) | 241.52º | 0.33% | 0.93% | - |
| XYZ | 42.53 | 38.55 | 86.09 | - |
| YUV | 168.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 238 | 0.32 | 0.33 | 0 | 0.07 | 241.52 | 0.7 | 0.78 |
| Hex | A1 | 9F | EE | 20 | 21 | 0 | 7 | F2 | 46 | 4E |
| Octal | 241 | 237 | 356 | 40 | 41 | 0 | 7 | 362 | 106 | 116 |
| Binary | 10100001 | 10011111 | 11101110 | 100000 | 100001 | 0 | 111 | 11110010 | 1000110 | 1001110 |
Color Harmonies of #A19FEE
Complementary color
Monochromatic Colors of #A19FEE
Black with #A19FEE
Text Example
Text Example
White with #A19FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FEE; }
p { color: rgb(161,159,238); }
H1.HeaderClassName
{
color: #A19FEE;
}
.AnyTagClassName
{
color: #A19FEE;
}
</style>
background-color css
<style>
a { background-color: #A19FEE; }
a { background-color: rgb(161,159,238); }
div.DivClassName
{
background-color: #A19FEE;
}
.BgClassName
{
background-color: #A19FEE;
}
</style>
border-color css
<style>
span { border-color: #A19FEE; }
span { border-color: rgb(161,159,238); }
td.TdClassName
{
border-color: #A19FEE;
}
.TagClassName
{
border-color: #A19FEE;
}
</style>