Shades of Wistful #A19EE8
Tints of Wistful #A19EE8
RGB
CMYK
RGB Variations
Color information
#A19EE8 (or 0xA19EE8) is known color: Wistful. HEX triplet: A1, 9E and E8. RGB value is (161,158,232). Sum of RGB (Red+Green+Blue) = 161+158+232=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #A19EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EE8 is #5E6117. Grayscale: #A7A7A7. Windows color (decimal): -6185240 or 15244961. OLE color: 15244961.
HSL color Cylindrical-coordinate representation of color #A19EE8: hue angle of 242.43º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A19EE8 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 158 | 232 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.09 |
| HSL | 242.43º | 0.62% | 0.76% | - |
| HSV(B) | 242.43º | 0.32% | 0.91% | - |
| XYZ | 41.49 | 37.86 | 81.46 | - |
| YUV | 167.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 232 | 0.31 | 0.32 | 0 | 0.09 | 242.43 | 0.62 | 0.76 |
| Hex | A1 | 9E | E8 | 1F | 20 | 0 | 9 | F2 | 3E | 4C |
| Octal | 241 | 236 | 350 | 37 | 40 | 0 | 11 | 362 | 76 | 114 |
| Binary | 10100001 | 10011110 | 11101000 | 11111 | 100000 | 0 | 1001 | 11110010 | 111110 | 1001100 |
Color Harmonies of #A19EE8
Complementary color
Monochromatic Colors of #A19EE8
Black with #A19EE8
Text Example
Text Example
White with #A19EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EE8; }
p { color: rgb(161,158,232); }
H1.HeaderClassName
{
color: #A19EE8;
}
.AnyTagClassName
{
color: #A19EE8;
}
</style>
background-color css
<style>
a { background-color: #A19EE8; }
a { background-color: rgb(161,158,232); }
div.DivClassName
{
background-color: #A19EE8;
}
.BgClassName
{
background-color: #A19EE8;
}
</style>
border-color css
<style>
span { border-color: #A19EE8; }
span { border-color: rgb(161,158,232); }
td.TdClassName
{
border-color: #A19EE8;
}
.TagClassName
{
border-color: #A19EE8;
}
</style>