Shades of Wistful #A9A1EE
Tints of Wistful #A9A1EE
RGB
CMYK
RGB Variations
Color information
#A9A1EE (or 0xA9A1EE) is known color: Wistful. HEX triplet: A9, A1 and EE. RGB value is (169,161,238). Sum of RGB (Red+Green+Blue) = 169+161+238=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #A9A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A1EE is #565E11. Grayscale: #ABABAB. Windows color (decimal): -5660178 or 15638953. OLE color: 15638953.
HSL color Cylindrical-coordinate representation of color #A9A1EE: hue angle of 246.23º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9A1EE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 161 | 238 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.07 |
| HSL | 246.23º | 0.69% | 0.78% | - |
| HSV(B) | 246.23º | 0.32% | 0.93% | - |
| XYZ | 44.54 | 40.1 | 86.28 | - |
| YUV | 172.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 238 | 0.29 | 0.32 | 0 | 0.07 | 246.23 | 0.69 | 0.78 |
| Hex | A9 | A1 | EE | 1D | 20 | 0 | 7 | F6 | 45 | 4E |
| Octal | 251 | 241 | 356 | 35 | 40 | 0 | 7 | 366 | 105 | 116 |
| Binary | 10101001 | 10100001 | 11101110 | 11101 | 100000 | 0 | 111 | 11110110 | 1000101 | 1001110 |
Color Harmonies of #A9A1EE
Complementary color
Monochromatic Colors of #A9A1EE
Black with #A9A1EE
Text Example
Text Example
White with #A9A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1EE; }
p { color: rgb(169,161,238); }
H1.HeaderClassName
{
color: #A9A1EE;
}
.AnyTagClassName
{
color: #A9A1EE;
}
</style>
background-color css
<style>
a { background-color: #A9A1EE; }
a { background-color: rgb(169,161,238); }
div.DivClassName
{
background-color: #A9A1EE;
}
.BgClassName
{
background-color: #A9A1EE;
}
</style>
border-color css
<style>
span { border-color: #A9A1EE; }
span { border-color: rgb(169,161,238); }
td.TdClassName
{
border-color: #A9A1EE;
}
.TagClassName
{
border-color: #A9A1EE;
}
</style>