Shades of Wistful #A09AEC
Tints of Wistful #A09AEC
RGB
CMYK
RGB Variations
Color information
#A09AEC (or 0xA09AEC) is known color: Wistful. HEX triplet: A0, 9A and EC. RGB value is (160,154,236). Sum of RGB (Red+Green+Blue) = 160+154+236=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #A09AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AEC is #5F6513. Grayscale: #A4A4A4. Windows color (decimal): -6251796 or 15506080. OLE color: 15506080.
HSL color Cylindrical-coordinate representation of color #A09AEC: hue angle of 244.39º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09AEC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 154 | 236 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.07 |
| HSL | 244.39º | 0.68% | 0.76% | - |
| HSV(B) | 244.39º | 0.35% | 0.93% | - |
| XYZ | 41.19 | 36.64 | 84.26 | - |
| YUV | 165.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 236 | 0.32 | 0.35 | 0 | 0.07 | 244.39 | 0.68 | 0.76 |
| Hex | A0 | 9A | EC | 20 | 23 | 0 | 7 | F4 | 44 | 4C |
| Octal | 240 | 232 | 354 | 40 | 43 | 0 | 7 | 364 | 104 | 114 |
| Binary | 10100000 | 10011010 | 11101100 | 100000 | 100011 | 0 | 111 | 11110100 | 1000100 | 1001100 |
Color Harmonies of #A09AEC
Complementary color
Monochromatic Colors of #A09AEC
Black with #A09AEC
Text Example
Text Example
White with #A09AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09AEC; }
p { color: rgb(160,154,236); }
H1.HeaderClassName
{
color: #A09AEC;
}
.AnyTagClassName
{
color: #A09AEC;
}
</style>
background-color css
<style>
a { background-color: #A09AEC; }
a { background-color: rgb(160,154,236); }
div.DivClassName
{
background-color: #A09AEC;
}
.BgClassName
{
background-color: #A09AEC;
}
</style>
border-color css
<style>
span { border-color: #A09AEC; }
span { border-color: rgb(160,154,236); }
td.TdClassName
{
border-color: #A09AEC;
}
.TagClassName
{
border-color: #A09AEC;
}
</style>