Shades of Wistful #A9A1EF
Tints of Wistful #A9A1EF
RGB
CMYK
RGB Variations
Color information
#A9A1EF (or 0xA9A1EF) is known color: Wistful. HEX triplet: A9, A1 and EF. RGB value is (169,161,239). Sum of RGB (Red+Green+Blue) = 169+161+239=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9A1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A1EF is #565E10. Grayscale: #ABABAB. Windows color (decimal): -5660177 or 15704489. OLE color: 15704489.
HSL color Cylindrical-coordinate representation of color #A9A1EF: hue angle of 246.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9A1EF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 161 | 239 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.06 |
| HSL | 246.15º | 0.71% | 0.78% | - |
| HSV(B) | 246.15º | 0.33% | 0.94% | - |
| XYZ | 44.69 | 40.16 | 87.06 | - |
| YUV | 172.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 239 | 0.29 | 0.33 | 0 | 0.06 | 246.15 | 0.71 | 0.78 |
| Hex | A9 | A1 | EF | 1D | 21 | 0 | 6 | F6 | 47 | 4E |
| Octal | 251 | 241 | 357 | 35 | 41 | 0 | 6 | 366 | 107 | 116 |
| Binary | 10101001 | 10100001 | 11101111 | 11101 | 100001 | 0 | 110 | 11110110 | 1000111 | 1001110 |
Color Harmonies of #A9A1EF
Complementary color
Monochromatic Colors of #A9A1EF
Black with #A9A1EF
Text Example
Text Example
White with #A9A1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1EF; }
p { color: rgb(169,161,239); }
H1.HeaderClassName
{
color: #A9A1EF;
}
.AnyTagClassName
{
color: #A9A1EF;
}
</style>
background-color css
<style>
a { background-color: #A9A1EF; }
a { background-color: rgb(169,161,239); }
div.DivClassName
{
background-color: #A9A1EF;
}
.BgClassName
{
background-color: #A9A1EF;
}
</style>
border-color css
<style>
span { border-color: #A9A1EF; }
span { border-color: rgb(169,161,239); }
td.TdClassName
{
border-color: #A9A1EF;
}
.TagClassName
{
border-color: #A9A1EF;
}
</style>