Shades of Wistful #A09ACE
Tints of Wistful #A09ACE
RGB
CMYK
RGB Variations
Color information
#A09ACE (or 0xA09ACE) is known color: Wistful. HEX triplet: A0, 9A and CE. RGB value is (160,154,206). Sum of RGB (Red+Green+Blue) = 160+154+206=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #A09ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ACE is #5F6531. Grayscale: #A1A1A1. Windows color (decimal): -6251826 or 13540000. OLE color: 13540000.
HSL color Cylindrical-coordinate representation of color #A09ACE: hue angle of 246.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A09ACE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 154 | 206 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.19 |
| HSL | 246.92º | 0.35% | 0.71% | - |
| HSV(B) | 246.92º | 0.25% | 0.81% | - |
| XYZ | 37.19 | 35.04 | 63.2 | - |
| YUV | 161.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 206 | 0.22 | 0.25 | 0 | 0.19 | 246.92 | 0.35 | 0.71 |
| Hex | A0 | 9A | CE | 16 | 19 | 0 | 13 | F7 | 23 | 47 |
| Octal | 240 | 232 | 316 | 26 | 31 | 0 | 23 | 367 | 43 | 107 |
| Binary | 10100000 | 10011010 | 11001110 | 10110 | 11001 | 0 | 10011 | 11110111 | 100011 | 1000111 |
Color Harmonies of #A09ACE
Complementary color
Monochromatic Colors of #A09ACE
Black with #A09ACE
Text Example
Text Example
White with #A09ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09ACE; }
p { color: rgb(160,154,206); }
H1.HeaderClassName
{
color: #A09ACE;
}
.AnyTagClassName
{
color: #A09ACE;
}
</style>
background-color css
<style>
a { background-color: #A09ACE; }
a { background-color: rgb(160,154,206); }
div.DivClassName
{
background-color: #A09ACE;
}
.BgClassName
{
background-color: #A09ACE;
}
</style>
border-color css
<style>
span { border-color: #A09ACE; }
span { border-color: rgb(160,154,206); }
td.TdClassName
{
border-color: #A09ACE;
}
.TagClassName
{
border-color: #A09ACE;
}
</style>