Shades of Wistful #A19EEB
Tints of Wistful #A19EEB
RGB
CMYK
RGB Variations
Color information
#A19EEB (or 0xA19EEB) is known color: Wistful. HEX triplet: A1, 9E and EB. RGB value is (161,158,235). Sum of RGB (Red+Green+Blue) = 161+158+235=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #A19EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EEB is #5E6114. Grayscale: #A7A7A7. Windows color (decimal): -6185237 or 15441569. OLE color: 15441569.
HSL color Cylindrical-coordinate representation of color #A19EEB: hue angle of 242.34º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A19EEB is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 158 | 235 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.08 |
| HSL | 242.34º | 0.66% | 0.77% | - |
| HSV(B) | 242.34º | 0.33% | 0.92% | - |
| XYZ | 41.92 | 38.03 | 83.73 | - |
| YUV | 167.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 235 | 0.31 | 0.33 | 0 | 0.08 | 242.34 | 0.66 | 0.77 |
| Hex | A1 | 9E | EB | 1F | 21 | 0 | 8 | F2 | 42 | 4D |
| Octal | 241 | 236 | 353 | 37 | 41 | 0 | 10 | 362 | 102 | 115 |
| Binary | 10100001 | 10011110 | 11101011 | 11111 | 100001 | 0 | 1000 | 11110010 | 1000010 | 1001101 |
Color Harmonies of #A19EEB
Complementary color
Monochromatic Colors of #A19EEB
Black with #A19EEB
Text Example
Text Example
White with #A19EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EEB; }
p { color: rgb(161,158,235); }
H1.HeaderClassName
{
color: #A19EEB;
}
.AnyTagClassName
{
color: #A19EEB;
}
</style>
background-color css
<style>
a { background-color: #A19EEB; }
a { background-color: rgb(161,158,235); }
div.DivClassName
{
background-color: #A19EEB;
}
.BgClassName
{
background-color: #A19EEB;
}
</style>
border-color css
<style>
span { border-color: #A19EEB; }
span { border-color: rgb(161,158,235); }
td.TdClassName
{
border-color: #A19EEB;
}
.TagClassName
{
border-color: #A19EEB;
}
</style>