Shades of Wistful #A19EEA
Tints of Wistful #A19EEA
RGB
CMYK
RGB Variations
Color information
#A19EEA (or 0xA19EEA) is known color: Wistful. HEX triplet: A1, 9E and EA. RGB value is (161,158,234). Sum of RGB (Red+Green+Blue) = 161+158+234=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #A19EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EEA is #5E6115. Grayscale: #A7A7A7. Windows color (decimal): -6185238 or 15376033. OLE color: 15376033.
HSL color Cylindrical-coordinate representation of color #A19EEA: hue angle of 242.37º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A19EEA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 158 | 234 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.08 |
| HSL | 242.37º | 0.64% | 0.77% | - |
| HSV(B) | 242.37º | 0.32% | 0.92% | - |
| XYZ | 41.78 | 37.97 | 82.97 | - |
| YUV | 167.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 234 | 0.31 | 0.32 | 0 | 0.08 | 242.37 | 0.64 | 0.77 |
| Hex | A1 | 9E | EA | 1F | 20 | 0 | 8 | F2 | 40 | 4D |
| Octal | 241 | 236 | 352 | 37 | 40 | 0 | 10 | 362 | 100 | 115 |
| Binary | 10100001 | 10011110 | 11101010 | 11111 | 100000 | 0 | 1000 | 11110010 | 1000000 | 1001101 |
Color Harmonies of #A19EEA
Complementary color
Monochromatic Colors of #A19EEA
Black with #A19EEA
Text Example
Text Example
White with #A19EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EEA; }
p { color: rgb(161,158,234); }
H1.HeaderClassName
{
color: #A19EEA;
}
.AnyTagClassName
{
color: #A19EEA;
}
</style>
background-color css
<style>
a { background-color: #A19EEA; }
a { background-color: rgb(161,158,234); }
div.DivClassName
{
background-color: #A19EEA;
}
.BgClassName
{
background-color: #A19EEA;
}
</style>
border-color css
<style>
span { border-color: #A19EEA; }
span { border-color: rgb(161,158,234); }
td.TdClassName
{
border-color: #A19EEA;
}
.TagClassName
{
border-color: #A19EEA;
}
</style>