Shades of Wistful #A9A5C1
Tints of Wistful #A9A5C1
RGB
CMYK
RGB Variations
Color information
#A9A5C1 (or 0xA9A5C1) is known color: Wistful. HEX triplet: A9, A5 and C1. RGB value is (169,165,193). Sum of RGB (Red+Green+Blue) = 169+165+193=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #A9A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A5C1 is #565A3E. Grayscale: #A9A9A9. Windows color (decimal): -5659199 or 12690857. OLE color: 12690857.
HSL color Cylindrical-coordinate representation of color #A9A5C1: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9A5C1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 165 | 193 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.24 |
| HSL | 248.57º | 0.18% | 0.7% | - |
| HSV(B) | 248.57º | 0.15% | 0.76% | - |
| XYZ | 39.44 | 39.2 | 55.94 | - |
| YUV | 169.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 193 | 0.12 | 0.15 | 0 | 0.24 | 248.57 | 0.18 | 0.7 |
| Hex | A9 | A5 | C1 | C | F | 0 | 18 | F9 | 12 | 46 |
| Octal | 251 | 245 | 301 | 14 | 17 | 0 | 30 | 371 | 22 | 106 |
| Binary | 10101001 | 10100101 | 11000001 | 1100 | 1111 | 0 | 11000 | 11111001 | 10010 | 1000110 |
Color Harmonies of #A9A5C1
Complementary color
Monochromatic Colors of #A9A5C1
Black with #A9A5C1
Text Example
Text Example
White with #A9A5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A5C1; }
p { color: rgb(169,165,193); }
H1.HeaderClassName
{
color: #A9A5C1;
}
.AnyTagClassName
{
color: #A9A5C1;
}
</style>
background-color css
<style>
a { background-color: #A9A5C1; }
a { background-color: rgb(169,165,193); }
div.DivClassName
{
background-color: #A9A5C1;
}
.BgClassName
{
background-color: #A9A5C1;
}
</style>
border-color css
<style>
span { border-color: #A9A5C1; }
span { border-color: rgb(169,165,193); }
td.TdClassName
{
border-color: #A9A5C1;
}
.TagClassName
{
border-color: #A9A5C1;
}
</style>