Shades of Wistful #A19EEF
Tints of Wistful #A19EEF
RGB
CMYK
RGB Variations
Color information
#A19EEF (or 0xA19EEF) is known color: Wistful. HEX triplet: A1, 9E and EF. RGB value is (161,158,239). Sum of RGB (Red+Green+Blue) = 161+158+239=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #A19EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EEF is #5E6110. Grayscale: #A7A7A7. Windows color (decimal): -6185233 or 15703713. OLE color: 15703713.
HSL color Cylindrical-coordinate representation of color #A19EEF: hue angle of 242.22º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A19EEF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 158 | 239 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.06 |
| HSL | 242.22º | 0.72% | 0.78% | - |
| HSV(B) | 242.22º | 0.34% | 0.94% | - |
| XYZ | 42.5 | 38.26 | 86.81 | - |
| YUV | 168.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 239 | 0.33 | 0.34 | 0 | 0.06 | 242.22 | 0.72 | 0.78 |
| Hex | A1 | 9E | EF | 21 | 22 | 0 | 6 | F2 | 48 | 4E |
| Octal | 241 | 236 | 357 | 41 | 42 | 0 | 6 | 362 | 110 | 116 |
| Binary | 10100001 | 10011110 | 11101111 | 100001 | 100010 | 0 | 110 | 11110010 | 1001000 | 1001110 |
Color Harmonies of #A19EEF
Complementary color
Monochromatic Colors of #A19EEF
Black with #A19EEF
Text Example
Text Example
White with #A19EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EEF; }
p { color: rgb(161,158,239); }
H1.HeaderClassName
{
color: #A19EEF;
}
.AnyTagClassName
{
color: #A19EEF;
}
</style>
background-color css
<style>
a { background-color: #A19EEF; }
a { background-color: rgb(161,158,239); }
div.DivClassName
{
background-color: #A19EEF;
}
.BgClassName
{
background-color: #A19EEF;
}
</style>
border-color css
<style>
span { border-color: #A19EEF; }
span { border-color: rgb(161,158,239); }
td.TdClassName
{
border-color: #A19EEF;
}
.TagClassName
{
border-color: #A19EEF;
}
</style>