Shades of Wistful #A09DC2
Tints of Wistful #A09DC2
RGB
CMYK
RGB Variations
Color information
#A09DC2 (or 0xA09DC2) is known color: Wistful. HEX triplet: A0, 9D and C2. RGB value is (160,157,194). Sum of RGB (Red+Green+Blue) = 160+157+194=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 194 - color contains mainly: blue. Hex color #A09DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DC2 is #5F623D. Grayscale: #A1A1A1. Windows color (decimal): -6251070 or 12754336. OLE color: 12754336.
HSL color Cylindrical-coordinate representation of color #A09DC2: hue angle of 244.86º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A09DC2 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 157 | 194 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.24 |
| HSL | 244.86º | 0.23% | 0.69% | - |
| HSV(B) | 244.86º | 0.19% | 0.76% | - |
| XYZ | 36.29 | 35.48 | 55.97 | - |
| YUV | 162.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 194 | 0.18 | 0.19 | 0 | 0.24 | 244.86 | 0.23 | 0.69 |
| Hex | A0 | 9D | C2 | 12 | 13 | 0 | 18 | F5 | 17 | 45 |
| Octal | 240 | 235 | 302 | 22 | 23 | 0 | 30 | 365 | 27 | 105 |
| Binary | 10100000 | 10011101 | 11000010 | 10010 | 10011 | 0 | 11000 | 11110101 | 10111 | 1000101 |
Color Harmonies of #A09DC2
Complementary color
Monochromatic Colors of #A09DC2
Black with #A09DC2
Text Example
Text Example
White with #A09DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DC2; }
p { color: rgb(160,157,194); }
H1.HeaderClassName
{
color: #A09DC2;
}
.AnyTagClassName
{
color: #A09DC2;
}
</style>
background-color css
<style>
a { background-color: #A09DC2; }
a { background-color: rgb(160,157,194); }
div.DivClassName
{
background-color: #A09DC2;
}
.BgClassName
{
background-color: #A09DC2;
}
</style>
border-color css
<style>
span { border-color: #A09DC2; }
span { border-color: rgb(160,157,194); }
td.TdClassName
{
border-color: #A09DC2;
}
.TagClassName
{
border-color: #A09DC2;
}
</style>