Shades of Wistful #A9A4DA
Tints of Wistful #A9A4DA
RGB
CMYK
RGB Variations
Color information
#A9A4DA (or 0xA9A4DA) is known color: Wistful. HEX triplet: A9, A4 and DA. RGB value is (169,164,218). Sum of RGB (Red+Green+Blue) = 169+164+218=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A4DA is #565B25. Grayscale: #ABABAB. Windows color (decimal): -5659430 or 14329001. OLE color: 14329001.
HSL color Cylindrical-coordinate representation of color #A9A4DA: hue angle of 245.56º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9A4DA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 164 | 218 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.15 |
| HSL | 245.56º | 0.42% | 0.75% | - |
| HSV(B) | 245.56º | 0.25% | 0.85% | - |
| XYZ | 42.29 | 40.05 | 71.83 | - |
| YUV | 171.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 218 | 0.22 | 0.25 | 0 | 0.15 | 245.56 | 0.42 | 0.75 |
| Hex | A9 | A4 | DA | 16 | 19 | 0 | F | F6 | 2A | 4B |
| Octal | 251 | 244 | 332 | 26 | 31 | 0 | 17 | 366 | 52 | 113 |
| Binary | 10101001 | 10100100 | 11011010 | 10110 | 11001 | 0 | 1111 | 11110110 | 101010 | 1001011 |
Color Harmonies of #A9A4DA
Complementary color
Monochromatic Colors of #A9A4DA
Black with #A9A4DA
Text Example
Text Example
White with #A9A4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A4DA; }
p { color: rgb(169,164,218); }
H1.HeaderClassName
{
color: #A9A4DA;
}
.AnyTagClassName
{
color: #A9A4DA;
}
</style>
background-color css
<style>
a { background-color: #A9A4DA; }
a { background-color: rgb(169,164,218); }
div.DivClassName
{
background-color: #A9A4DA;
}
.BgClassName
{
background-color: #A9A4DA;
}
</style>
border-color css
<style>
span { border-color: #A9A4DA; }
span { border-color: rgb(169,164,218); }
td.TdClassName
{
border-color: #A9A4DA;
}
.TagClassName
{
border-color: #A9A4DA;
}
</style>