Shades of Wistful #A9A0EA
Tints of Wistful #A9A0EA
RGB
CMYK
RGB Variations
Color information
#A9A0EA (or 0xA9A0EA) is known color: Wistful. HEX triplet: A9, A0 and EA. RGB value is (169,160,234). Sum of RGB (Red+Green+Blue) = 169+160+234=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A0EA is #565F15. Grayscale: #AAAAAA. Windows color (decimal): -5660438 or 15376553. OLE color: 15376553.
HSL color Cylindrical-coordinate representation of color #A9A0EA: hue angle of 247.3º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9A0EA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 160 | 234 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.08 |
| HSL | 247.3º | 0.64% | 0.77% | - |
| HSV(B) | 247.3º | 0.32% | 0.92% | - |
| XYZ | 43.78 | 39.52 | 83.16 | - |
| YUV | 171.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 234 | 0.28 | 0.32 | 0 | 0.08 | 247.3 | 0.64 | 0.77 |
| Hex | A9 | A0 | EA | 1C | 20 | 0 | 8 | F7 | 40 | 4D |
| Octal | 251 | 240 | 352 | 34 | 40 | 0 | 10 | 367 | 100 | 115 |
| Binary | 10101001 | 10100000 | 11101010 | 11100 | 100000 | 0 | 1000 | 11110111 | 1000000 | 1001101 |
Color Harmonies of #A9A0EA
Complementary color
Monochromatic Colors of #A9A0EA
Black with #A9A0EA
Text Example
Text Example
White with #A9A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A0EA; }
p { color: rgb(169,160,234); }
H1.HeaderClassName
{
color: #A9A0EA;
}
.AnyTagClassName
{
color: #A9A0EA;
}
</style>
background-color css
<style>
a { background-color: #A9A0EA; }
a { background-color: rgb(169,160,234); }
div.DivClassName
{
background-color: #A9A0EA;
}
.BgClassName
{
background-color: #A9A0EA;
}
</style>
border-color css
<style>
span { border-color: #A9A0EA; }
span { border-color: rgb(169,160,234); }
td.TdClassName
{
border-color: #A9A0EA;
}
.TagClassName
{
border-color: #A9A0EA;
}
</style>