Shades of Wistful #A19FED
Tints of Wistful #A19FED
RGB
CMYK
RGB Variations
Color information
#A19FED (or 0xA19FED) is known color: Wistful. HEX triplet: A1, 9F and ED. RGB value is (161,159,237). Sum of RGB (Red+Green+Blue) = 161+159+237=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #A19FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FED is #5E6012. Grayscale: #A8A8A8. Windows color (decimal): -6184979 or 15572897. OLE color: 15572897.
HSL color Cylindrical-coordinate representation of color #A19FED: hue angle of 241.54º degrees, saturation: 0.68, 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 #A19FED is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 159 | 237 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.07 |
| HSL | 241.54º | 0.68% | 0.78% | - |
| HSV(B) | 241.54º | 0.33% | 0.93% | - |
| XYZ | 42.38 | 38.49 | 85.32 | - |
| YUV | 168.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 237 | 0.32 | 0.33 | 0 | 0.07 | 241.54 | 0.68 | 0.78 |
| Hex | A1 | 9F | ED | 20 | 21 | 0 | 7 | F2 | 44 | 4E |
| Octal | 241 | 237 | 355 | 40 | 41 | 0 | 7 | 362 | 104 | 116 |
| Binary | 10100001 | 10011111 | 11101101 | 100000 | 100001 | 0 | 111 | 11110010 | 1000100 | 1001110 |
Color Harmonies of #A19FED
Complementary color
Monochromatic Colors of #A19FED
Black with #A19FED
Text Example
Text Example
White with #A19FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FED; }
p { color: rgb(161,159,237); }
H1.HeaderClassName
{
color: #A19FED;
}
.AnyTagClassName
{
color: #A19FED;
}
</style>
background-color css
<style>
a { background-color: #A19FED; }
a { background-color: rgb(161,159,237); }
div.DivClassName
{
background-color: #A19FED;
}
.BgClassName
{
background-color: #A19FED;
}
</style>
border-color css
<style>
span { border-color: #A19FED; }
span { border-color: rgb(161,159,237); }
td.TdClassName
{
border-color: #A19FED;
}
.TagClassName
{
border-color: #A19FED;
}
</style>