Shades of Wistful #A19FEB
Tints of Wistful #A19FEB
RGB
CMYK
RGB Variations
Color information
#A19FEB (or 0xA19FEB) is known color: Wistful. HEX triplet: A1, 9F and EB. RGB value is (161,159,235). Sum of RGB (Red+Green+Blue) = 161+159+235=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #A19FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FEB is #5E6014. Grayscale: #A7A7A7. Windows color (decimal): -6184981 or 15441825. OLE color: 15441825.
HSL color Cylindrical-coordinate representation of color #A19FEB: hue angle of 241.58º degrees, saturation: 0.66, 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 #A19FEB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 159 | 235 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.08 |
| HSL | 241.58º | 0.66% | 0.77% | - |
| HSV(B) | 241.58º | 0.32% | 0.92% | - |
| XYZ | 42.09 | 38.37 | 83.79 | - |
| YUV | 168.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 235 | 0.31 | 0.32 | 0 | 0.08 | 241.58 | 0.66 | 0.77 |
| Hex | A1 | 9F | EB | 1F | 20 | 0 | 8 | F2 | 42 | 4D |
| Octal | 241 | 237 | 353 | 37 | 40 | 0 | 10 | 362 | 102 | 115 |
| Binary | 10100001 | 10011111 | 11101011 | 11111 | 100000 | 0 | 1000 | 11110010 | 1000010 | 1001101 |
Color Harmonies of #A19FEB
Complementary color
Monochromatic Colors of #A19FEB
Black with #A19FEB
Text Example
Text Example
White with #A19FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FEB; }
p { color: rgb(161,159,235); }
H1.HeaderClassName
{
color: #A19FEB;
}
.AnyTagClassName
{
color: #A19FEB;
}
</style>
background-color css
<style>
a { background-color: #A19FEB; }
a { background-color: rgb(161,159,235); }
div.DivClassName
{
background-color: #A19FEB;
}
.BgClassName
{
background-color: #A19FEB;
}
</style>
border-color css
<style>
span { border-color: #A19FEB; }
span { border-color: rgb(161,159,235); }
td.TdClassName
{
border-color: #A19FEB;
}
.TagClassName
{
border-color: #A19FEB;
}
</style>