Shades of Wistful #A9A7E4
Tints of Wistful #A9A7E4
RGB
CMYK
RGB Variations
Color information
#A9A7E4 (or 0xA9A7E4) is known color: Wistful. HEX triplet: A9, A7 and E4. RGB value is (169,167,228). Sum of RGB (Red+Green+Blue) = 169+167+228=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #A9A7E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A7E4 is #56581B. Grayscale: #AEAEAE. Windows color (decimal): -5658652 or 14985129. OLE color: 14985129.
HSL color Cylindrical-coordinate representation of color #A9A7E4: hue angle of 241.97º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9A7E4 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 167 | 228 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.11 |
| HSL | 241.97º | 0.53% | 0.77% | - |
| HSV(B) | 241.97º | 0.27% | 0.89% | - |
| XYZ | 44.18 | 41.67 | 79.11 | - |
| YUV | 174.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 228 | 0.26 | 0.27 | 0 | 0.11 | 241.97 | 0.53 | 0.77 |
| Hex | A9 | A7 | E4 | 1A | 1B | 0 | B | F2 | 35 | 4D |
| Octal | 251 | 247 | 344 | 32 | 33 | 0 | 13 | 362 | 65 | 115 |
| Binary | 10101001 | 10100111 | 11100100 | 11010 | 11011 | 0 | 1011 | 11110010 | 110101 | 1001101 |
Color Harmonies of #A9A7E4
Complementary color
Monochromatic Colors of #A9A7E4
Black with #A9A7E4
Text Example
Text Example
White with #A9A7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A7E4; }
p { color: rgb(169,167,228); }
H1.HeaderClassName
{
color: #A9A7E4;
}
.AnyTagClassName
{
color: #A9A7E4;
}
</style>
background-color css
<style>
a { background-color: #A9A7E4; }
a { background-color: rgb(169,167,228); }
div.DivClassName
{
background-color: #A9A7E4;
}
.BgClassName
{
background-color: #A9A7E4;
}
</style>
border-color css
<style>
span { border-color: #A9A7E4; }
span { border-color: rgb(169,167,228); }
td.TdClassName
{
border-color: #A9A7E4;
}
.TagClassName
{
border-color: #A9A7E4;
}
</style>