Shades of Wistful #A19DEE
Tints of Wistful #A19DEE
RGB
CMYK
RGB Variations
Color information
#A19DEE (or 0xA19DEE) is known color: Wistful. HEX triplet: A1, 9D and EE. RGB value is (161,157,238). Sum of RGB (Red+Green+Blue) = 161+157+238=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #A19DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DEE is #5E6211. Grayscale: #A7A7A7. Windows color (decimal): -6185490 or 15637921. OLE color: 15637921.
HSL color Cylindrical-coordinate representation of color #A19DEE: hue angle of 242.96º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A19DEE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 157 | 238 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.07 |
| HSL | 242.96º | 0.7% | 0.77% | - |
| HSV(B) | 242.96º | 0.34% | 0.93% | - |
| XYZ | 42.19 | 37.86 | 85.97 | - |
| YUV | 167.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 238 | 0.32 | 0.34 | 0 | 0.07 | 242.96 | 0.7 | 0.77 |
| Hex | A1 | 9D | EE | 20 | 22 | 0 | 7 | F3 | 46 | 4D |
| Octal | 241 | 235 | 356 | 40 | 42 | 0 | 7 | 363 | 106 | 115 |
| Binary | 10100001 | 10011101 | 11101110 | 100000 | 100010 | 0 | 111 | 11110011 | 1000110 | 1001101 |
Color Harmonies of #A19DEE
Complementary color
Monochromatic Colors of #A19DEE
Black with #A19DEE
Text Example
Text Example
White with #A19DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DEE; }
p { color: rgb(161,157,238); }
H1.HeaderClassName
{
color: #A19DEE;
}
.AnyTagClassName
{
color: #A19DEE;
}
</style>
background-color css
<style>
a { background-color: #A19DEE; }
a { background-color: rgb(161,157,238); }
div.DivClassName
{
background-color: #A19DEE;
}
.BgClassName
{
background-color: #A19DEE;
}
</style>
border-color css
<style>
span { border-color: #A19DEE; }
span { border-color: rgb(161,157,238); }
td.TdClassName
{
border-color: #A19DEE;
}
.TagClassName
{
border-color: #A19DEE;
}
</style>