Shades of Wistful #A19FEC
Tints of Wistful #A19FEC
RGB
CMYK
RGB Variations
Color information
#A19FEC (or 0xA19FEC) is known color: Wistful. HEX triplet: A1, 9F and EC. RGB value is (161,159,236). Sum of RGB (Red+Green+Blue) = 161+159+236=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #A19FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FEC is #5E6013. Grayscale: #A8A8A8. Windows color (decimal): -6184980 or 15507361. OLE color: 15507361.
HSL color Cylindrical-coordinate representation of color #A19FEC: hue angle of 241.56º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A19FEC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 159 | 236 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.07 |
| HSL | 241.56º | 0.67% | 0.77% | - |
| HSV(B) | 241.56º | 0.33% | 0.93% | - |
| XYZ | 42.24 | 38.43 | 84.55 | - |
| YUV | 168.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 236 | 0.32 | 0.33 | 0 | 0.07 | 241.56 | 0.67 | 0.77 |
| Hex | A1 | 9F | EC | 20 | 21 | 0 | 7 | F2 | 43 | 4D |
| Octal | 241 | 237 | 354 | 40 | 41 | 0 | 7 | 362 | 103 | 115 |
| Binary | 10100001 | 10011111 | 11101100 | 100000 | 100001 | 0 | 111 | 11110010 | 1000011 | 1001101 |
Color Harmonies of #A19FEC
Complementary color
Monochromatic Colors of #A19FEC
Black with #A19FEC
Text Example
Text Example
White with #A19FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FEC; }
p { color: rgb(161,159,236); }
H1.HeaderClassName
{
color: #A19FEC;
}
.AnyTagClassName
{
color: #A19FEC;
}
</style>
background-color css
<style>
a { background-color: #A19FEC; }
a { background-color: rgb(161,159,236); }
div.DivClassName
{
background-color: #A19FEC;
}
.BgClassName
{
background-color: #A19FEC;
}
</style>
border-color css
<style>
span { border-color: #A19FEC; }
span { border-color: rgb(161,159,236); }
td.TdClassName
{
border-color: #A19FEC;
}
.TagClassName
{
border-color: #A19FEC;
}
</style>