Shades of Wistful #A9A6C1
Tints of Wistful #A9A6C1
RGB
CMYK
RGB Variations
Color information
#A9A6C1 (or 0xA9A6C1) is known color: Wistful. HEX triplet: A9, A6 and C1. RGB value is (169,166,193). Sum of RGB (Red+Green+Blue) = 169+166+193=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #A9A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6C1 is #56593E. Grayscale: #A9A9A9. Windows color (decimal): -5658943 or 12691113. OLE color: 12691113.
HSL color Cylindrical-coordinate representation of color #A9A6C1: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9A6C1 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 166 | 193 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.24 |
| HSL | 246.67º | 0.18% | 0.7% | - |
| HSV(B) | 246.67º | 0.14% | 0.76% | - |
| XYZ | 39.62 | 39.56 | 56 | - |
| YUV | 169.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 193 | 0.12 | 0.14 | 0 | 0.24 | 246.67 | 0.18 | 0.7 |
| Hex | A9 | A6 | C1 | C | E | 0 | 18 | F7 | 12 | 46 |
| Octal | 251 | 246 | 301 | 14 | 16 | 0 | 30 | 367 | 22 | 106 |
| Binary | 10101001 | 10100110 | 11000001 | 1100 | 1110 | 0 | 11000 | 11110111 | 10010 | 1000110 |
Color Harmonies of #A9A6C1
Complementary color
Monochromatic Colors of #A9A6C1
Black with #A9A6C1
Text Example
Text Example
White with #A9A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A6C1; }
p { color: rgb(169,166,193); }
H1.HeaderClassName
{
color: #A9A6C1;
}
.AnyTagClassName
{
color: #A9A6C1;
}
</style>
background-color css
<style>
a { background-color: #A9A6C1; }
a { background-color: rgb(169,166,193); }
div.DivClassName
{
background-color: #A9A6C1;
}
.BgClassName
{
background-color: #A9A6C1;
}
</style>
border-color css
<style>
span { border-color: #A9A6C1; }
span { border-color: rgb(169,166,193); }
td.TdClassName
{
border-color: #A9A6C1;
}
.TagClassName
{
border-color: #A9A6C1;
}
</style>