Shades of Wistful #A9A4DE
Tints of Wistful #A9A4DE
RGB
CMYK
RGB Variations
Color information
#A9A4DE (or 0xA9A4DE) is known color: Wistful. HEX triplet: A9, A4 and DE. RGB value is (169,164,222). Sum of RGB (Red+Green+Blue) = 169+164+222=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9A4DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A4DE is #565B21. Grayscale: #ABABAB. Windows color (decimal): -5659426 or 14591145. OLE color: 14591145.
HSL color Cylindrical-coordinate representation of color #A9A4DE: hue angle of 245.17º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9A4DE is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 164 | 222 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.13 |
| HSL | 245.17º | 0.47% | 0.76% | - |
| HSV(B) | 245.17º | 0.26% | 0.87% | - |
| XYZ | 42.82 | 40.26 | 74.62 | - |
| YUV | 172.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 222 | 0.24 | 0.26 | 0 | 0.13 | 245.17 | 0.47 | 0.76 |
| Hex | A9 | A4 | DE | 18 | 1A | 0 | D | F5 | 2F | 4C |
| Octal | 251 | 244 | 336 | 30 | 32 | 0 | 15 | 365 | 57 | 114 |
| Binary | 10101001 | 10100100 | 11011110 | 11000 | 11010 | 0 | 1101 | 11110101 | 101111 | 1001100 |
Color Harmonies of #A9A4DE
Complementary color
Monochromatic Colors of #A9A4DE
Black with #A9A4DE
Text Example
Text Example
White with #A9A4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A4DE; }
p { color: rgb(169,164,222); }
H1.HeaderClassName
{
color: #A9A4DE;
}
.AnyTagClassName
{
color: #A9A4DE;
}
</style>
background-color css
<style>
a { background-color: #A9A4DE; }
a { background-color: rgb(169,164,222); }
div.DivClassName
{
background-color: #A9A4DE;
}
.BgClassName
{
background-color: #A9A4DE;
}
</style>
border-color css
<style>
span { border-color: #A9A4DE; }
span { border-color: rgb(169,164,222); }
td.TdClassName
{
border-color: #A9A4DE;
}
.TagClassName
{
border-color: #A9A4DE;
}
</style>