Shades of Wistful #A09AC2
Tints of Wistful #A09AC2
RGB
CMYK
RGB Variations
Color information
#A09AC2 (or 0xA09AC2) is known color: Wistful. HEX triplet: A0, 9A and C2. RGB value is (160,154,194). Sum of RGB (Red+Green+Blue) = 160+154+194=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #A09AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AC2 is #5F653D. Grayscale: #A0A0A0. Windows color (decimal): -6251838 or 12753568. OLE color: 12753568.
HSL color Cylindrical-coordinate representation of color #A09AC2: hue angle of 249º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A09AC2 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 154 | 194 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.24 |
| HSL | 249º | 0.25% | 0.68% | - |
| HSV(B) | 249º | 0.21% | 0.76% | - |
| XYZ | 35.79 | 34.48 | 55.81 | - |
| YUV | 160.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 194 | 0.18 | 0.21 | 0 | 0.24 | 249 | 0.25 | 0.68 |
| Hex | A0 | 9A | C2 | 12 | 15 | 0 | 18 | F9 | 19 | 44 |
| Octal | 240 | 232 | 302 | 22 | 25 | 0 | 30 | 371 | 31 | 104 |
| Binary | 10100000 | 10011010 | 11000010 | 10010 | 10101 | 0 | 11000 | 11111001 | 11001 | 1000100 |
Color Harmonies of #A09AC2
Complementary color
Monochromatic Colors of #A09AC2
Black with #A09AC2
Text Example
Text Example
White with #A09AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09AC2; }
p { color: rgb(160,154,194); }
H1.HeaderClassName
{
color: #A09AC2;
}
.AnyTagClassName
{
color: #A09AC2;
}
</style>
background-color css
<style>
a { background-color: #A09AC2; }
a { background-color: rgb(160,154,194); }
div.DivClassName
{
background-color: #A09AC2;
}
.BgClassName
{
background-color: #A09AC2;
}
</style>
border-color css
<style>
span { border-color: #A09AC2; }
span { border-color: rgb(160,154,194); }
td.TdClassName
{
border-color: #A09AC2;
}
.TagClassName
{
border-color: #A09AC2;
}
</style>