Shades of Wistful #A19EED
Tints of Wistful #A19EED
RGB
CMYK
RGB Variations
Color information
#A19EED (or 0xA19EED) is known color: Wistful. HEX triplet: A1, 9E and ED. RGB value is (161,158,237). Sum of RGB (Red+Green+Blue) = 161+158+237=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #A19EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EED is #5E6112. Grayscale: #A7A7A7. Windows color (decimal): -6185235 or 15572641. OLE color: 15572641.
HSL color Cylindrical-coordinate representation of color #A19EED: hue angle of 242.28º degrees, saturation: 0.69, 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 #A19EED is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 158 | 237 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.07 |
| HSL | 242.28º | 0.69% | 0.77% | - |
| HSV(B) | 242.28º | 0.33% | 0.93% | - |
| XYZ | 42.21 | 38.15 | 85.26 | - |
| YUV | 167.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 237 | 0.32 | 0.33 | 0 | 0.07 | 242.28 | 0.69 | 0.77 |
| Hex | A1 | 9E | ED | 20 | 21 | 0 | 7 | F2 | 45 | 4D |
| Octal | 241 | 236 | 355 | 40 | 41 | 0 | 7 | 362 | 105 | 115 |
| Binary | 10100001 | 10011110 | 11101101 | 100000 | 100001 | 0 | 111 | 11110010 | 1000101 | 1001101 |
Color Harmonies of #A19EED
Complementary color
Monochromatic Colors of #A19EED
Black with #A19EED
Text Example
Text Example
White with #A19EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EED; }
p { color: rgb(161,158,237); }
H1.HeaderClassName
{
color: #A19EED;
}
.AnyTagClassName
{
color: #A19EED;
}
</style>
background-color css
<style>
a { background-color: #A19EED; }
a { background-color: rgb(161,158,237); }
div.DivClassName
{
background-color: #A19EED;
}
.BgClassName
{
background-color: #A19EED;
}
</style>
border-color css
<style>
span { border-color: #A19EED; }
span { border-color: rgb(161,158,237); }
td.TdClassName
{
border-color: #A19EED;
}
.TagClassName
{
border-color: #A19EED;
}
</style>