Shades of Wistful #A9AACF
Tints of Wistful #A9AACF
RGB
CMYK
RGB Variations
Color information
#A9AACF (or 0xA9AACF) is known color: Wistful. HEX triplet: A9, AA and CF. RGB value is (169,170,207). Sum of RGB (Red+Green+Blue) = 169+170+207=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AACF is #565530. Grayscale: #ADADAD. Windows color (decimal): -5657905 or 13609641. OLE color: 13609641.
HSL color Cylindrical-coordinate representation of color #A9AACF: hue angle of 238.42º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9AACF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 170 | 207 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.19 |
| HSL | 238.42º | 0.28% | 0.74% | - |
| HSV(B) | 238.42º | 0.18% | 0.81% | - |
| XYZ | 42 | 41.69 | 64.86 | - |
| YUV | 173.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 207 | 0.18 | 0.18 | 0 | 0.19 | 238.42 | 0.28 | 0.74 |
| Hex | A9 | AA | CF | 12 | 12 | 0 | 13 | EE | 1C | 4A |
| Octal | 251 | 252 | 317 | 22 | 22 | 0 | 23 | 356 | 34 | 112 |
| Binary | 10101001 | 10101010 | 11001111 | 10010 | 10010 | 0 | 10011 | 11101110 | 11100 | 1001010 |
Color Harmonies of #A9AACF
Complementary color
Monochromatic Colors of #A9AACF
Black with #A9AACF
Text Example
Text Example
White with #A9AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AACF; }
p { color: rgb(169,170,207); }
H1.HeaderClassName
{
color: #A9AACF;
}
.AnyTagClassName
{
color: #A9AACF;
}
</style>
background-color css
<style>
a { background-color: #A9AACF; }
a { background-color: rgb(169,170,207); }
div.DivClassName
{
background-color: #A9AACF;
}
.BgClassName
{
background-color: #A9AACF;
}
</style>
border-color css
<style>
span { border-color: #A9AACF; }
span { border-color: rgb(169,170,207); }
td.TdClassName
{
border-color: #A9AACF;
}
.TagClassName
{
border-color: #A9AACF;
}
</style>