Shades of Wistful #A9A4DC
Tints of Wistful #A9A4DC
RGB
CMYK
RGB Variations
Color information
#A9A4DC (or 0xA9A4DC) is known color: Wistful. HEX triplet: A9, A4 and DC. RGB value is (169,164,220). Sum of RGB (Red+Green+Blue) = 169+164+220=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A4DC is #565B23. Grayscale: #ABABAB. Windows color (decimal): -5659428 or 14460073. OLE color: 14460073.
HSL color Cylindrical-coordinate representation of color #A9A4DC: hue angle of 245.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9A4DC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 164 | 220 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.14 |
| HSL | 245.36º | 0.44% | 0.75% | - |
| HSV(B) | 245.36º | 0.25% | 0.86% | - |
| XYZ | 42.56 | 40.15 | 73.22 | - |
| YUV | 171.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 220 | 0.23 | 0.25 | 0 | 0.14 | 245.36 | 0.44 | 0.75 |
| Hex | A9 | A4 | DC | 17 | 19 | 0 | E | F5 | 2C | 4B |
| Octal | 251 | 244 | 334 | 27 | 31 | 0 | 16 | 365 | 54 | 113 |
| Binary | 10101001 | 10100100 | 11011100 | 10111 | 11001 | 0 | 1110 | 11110101 | 101100 | 1001011 |
Color Harmonies of #A9A4DC
Complementary color
Monochromatic Colors of #A9A4DC
Black with #A9A4DC
Text Example
Text Example
White with #A9A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A4DC; }
p { color: rgb(169,164,220); }
H1.HeaderClassName
{
color: #A9A4DC;
}
.AnyTagClassName
{
color: #A9A4DC;
}
</style>
background-color css
<style>
a { background-color: #A9A4DC; }
a { background-color: rgb(169,164,220); }
div.DivClassName
{
background-color: #A9A4DC;
}
.BgClassName
{
background-color: #A9A4DC;
}
</style>
border-color css
<style>
span { border-color: #A9A4DC; }
span { border-color: rgb(169,164,220); }
td.TdClassName
{
border-color: #A9A4DC;
}
.TagClassName
{
border-color: #A9A4DC;
}
</style>