Shades of Wistful #A09CC7
Tints of Wistful #A09CC7
RGB
CMYK
RGB Variations
Color information
#A09CC7 (or 0xA09CC7) is known color: Wistful. HEX triplet: A0, 9C and C7. RGB value is (160,156,199). Sum of RGB (Red+Green+Blue) = 160+156+199=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 199 - color contains mainly: blue. Hex color #A09CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CC7 is #5F6338. Grayscale: #A1A1A1. Windows color (decimal): -6251321 or 13081760. OLE color: 13081760.
HSL color Cylindrical-coordinate representation of color #A09CC7: hue angle of 245.58º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A09CC7 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 156 | 199 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.22 |
| HSL | 245.58º | 0.28% | 0.7% | - |
| HSV(B) | 245.58º | 0.22% | 0.78% | - |
| XYZ | 36.69 | 35.37 | 58.93 | - |
| YUV | 162.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 199 | 0.20 | 0.22 | 0 | 0.22 | 245.58 | 0.28 | 0.7 |
| Hex | A0 | 9C | C7 | 14 | 16 | 0 | 16 | F6 | 1C | 46 |
| Octal | 240 | 234 | 307 | 24 | 26 | 0 | 26 | 366 | 34 | 106 |
| Binary | 10100000 | 10011100 | 11000111 | 10100 | 10110 | 0 | 10110 | 11110110 | 11100 | 1000110 |
Color Harmonies of #A09CC7
Complementary color
Monochromatic Colors of #A09CC7
Black with #A09CC7
Text Example
Text Example
White with #A09CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CC7; }
p { color: rgb(160,156,199); }
H1.HeaderClassName
{
color: #A09CC7;
}
.AnyTagClassName
{
color: #A09CC7;
}
</style>
background-color css
<style>
a { background-color: #A09CC7; }
a { background-color: rgb(160,156,199); }
div.DivClassName
{
background-color: #A09CC7;
}
.BgClassName
{
background-color: #A09CC7;
}
</style>
border-color css
<style>
span { border-color: #A09CC7; }
span { border-color: rgb(160,156,199); }
td.TdClassName
{
border-color: #A09CC7;
}
.TagClassName
{
border-color: #A09CC7;
}
</style>