Shades of Wistful #A19EDE
Tints of Wistful #A19EDE
RGB
CMYK
RGB Variations
Color information
#A19EDE (or 0xA19EDE) is known color: Wistful. HEX triplet: A1, 9E and DE. RGB value is (161,158,222). Sum of RGB (Red+Green+Blue) = 161+158+222=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A19EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EDE is #5E6121. Grayscale: #A5A5A5. Windows color (decimal): -6185250 or 14589601. OLE color: 14589601.
HSL color Cylindrical-coordinate representation of color #A19EDE: hue angle of 242.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19EDE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 158 | 222 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.13 |
| HSL | 242.81º | 0.49% | 0.75% | - |
| HSV(B) | 242.81º | 0.29% | 0.87% | - |
| XYZ | 40.11 | 37.3 | 74.19 | - |
| YUV | 166.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 222 | 0.27 | 0.29 | 0 | 0.13 | 242.81 | 0.49 | 0.75 |
| Hex | A1 | 9E | DE | 1B | 1D | 0 | D | F3 | 31 | 4B |
| Octal | 241 | 236 | 336 | 33 | 35 | 0 | 15 | 363 | 61 | 113 |
| Binary | 10100001 | 10011110 | 11011110 | 11011 | 11101 | 0 | 1101 | 11110011 | 110001 | 1001011 |
Color Harmonies of #A19EDE
Complementary color
Monochromatic Colors of #A19EDE
Black with #A19EDE
Text Example
Text Example
White with #A19EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EDE; }
p { color: rgb(161,158,222); }
H1.HeaderClassName
{
color: #A19EDE;
}
.AnyTagClassName
{
color: #A19EDE;
}
</style>
background-color css
<style>
a { background-color: #A19EDE; }
a { background-color: rgb(161,158,222); }
div.DivClassName
{
background-color: #A19EDE;
}
.BgClassName
{
background-color: #A19EDE;
}
</style>
border-color css
<style>
span { border-color: #A19EDE; }
span { border-color: rgb(161,158,222); }
td.TdClassName
{
border-color: #A19EDE;
}
.TagClassName
{
border-color: #A19EDE;
}
</style>