Shades of Wistful #A09CC5
Tints of Wistful #A09CC5
RGB
CMYK
RGB Variations
Color information
#A09CC5 (or 0xA09CC5) is known color: Wistful. HEX triplet: A0, 9C and C5. RGB value is (160,156,197). Sum of RGB (Red+Green+Blue) = 160+156+197=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #A09CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CC5 is #5F633A. Grayscale: #A1A1A1. Windows color (decimal): -6251323 or 12950688. OLE color: 12950688.
HSL color Cylindrical-coordinate representation of color #A09CC5: hue angle of 245.85º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A09CC5 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 156 | 197 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.23 |
| HSL | 245.85º | 0.26% | 0.69% | - |
| HSV(B) | 245.85º | 0.21% | 0.77% | - |
| XYZ | 36.46 | 35.28 | 57.71 | - |
| YUV | 161.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 197 | 0.19 | 0.21 | 0 | 0.23 | 245.85 | 0.26 | 0.69 |
| Hex | A0 | 9C | C5 | 13 | 15 | 0 | 17 | F6 | 1A | 45 |
| Octal | 240 | 234 | 305 | 23 | 25 | 0 | 27 | 366 | 32 | 105 |
| Binary | 10100000 | 10011100 | 11000101 | 10011 | 10101 | 0 | 10111 | 11110110 | 11010 | 1000101 |
Color Harmonies of #A09CC5
Complementary color
Monochromatic Colors of #A09CC5
Black with #A09CC5
Text Example
Text Example
White with #A09CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CC5; }
p { color: rgb(160,156,197); }
H1.HeaderClassName
{
color: #A09CC5;
}
.AnyTagClassName
{
color: #A09CC5;
}
</style>
background-color css
<style>
a { background-color: #A09CC5; }
a { background-color: rgb(160,156,197); }
div.DivClassName
{
background-color: #A09CC5;
}
.BgClassName
{
background-color: #A09CC5;
}
</style>
border-color css
<style>
span { border-color: #A09CC5; }
span { border-color: rgb(160,156,197); }
td.TdClassName
{
border-color: #A09CC5;
}
.TagClassName
{
border-color: #A09CC5;
}
</style>