Shades of Wistful #A09CCA
Tints of Wistful #A09CCA
RGB
CMYK
RGB Variations
Color information
#A09CCA (or 0xA09CCA) is known color: Wistful. HEX triplet: A0, 9C and CA. RGB value is (160,156,202). Sum of RGB (Red+Green+Blue) = 160+156+202=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A09CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CCA is #5F6335. Grayscale: #A2A2A2. Windows color (decimal): -6251318 or 13278368. OLE color: 13278368.
HSL color Cylindrical-coordinate representation of color #A09CCA: hue angle of 245.22º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09CCA is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 156 | 202 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.21 |
| HSL | 245.22º | 0.3% | 0.7% | - |
| HSV(B) | 245.22º | 0.23% | 0.79% | - |
| XYZ | 37.05 | 35.51 | 60.78 | - |
| YUV | 162.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 202 | 0.21 | 0.23 | 0 | 0.21 | 245.22 | 0.3 | 0.7 |
| Hex | A0 | 9C | CA | 15 | 17 | 0 | 15 | F5 | 1E | 46 |
| Octal | 240 | 234 | 312 | 25 | 27 | 0 | 25 | 365 | 36 | 106 |
| Binary | 10100000 | 10011100 | 11001010 | 10101 | 10111 | 0 | 10101 | 11110101 | 11110 | 1000110 |
Color Harmonies of #A09CCA
Complementary color
Monochromatic Colors of #A09CCA
Black with #A09CCA
Text Example
Text Example
White with #A09CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CCA; }
p { color: rgb(160,156,202); }
H1.HeaderClassName
{
color: #A09CCA;
}
.AnyTagClassName
{
color: #A09CCA;
}
</style>
background-color css
<style>
a { background-color: #A09CCA; }
a { background-color: rgb(160,156,202); }
div.DivClassName
{
background-color: #A09CCA;
}
.BgClassName
{
background-color: #A09CCA;
}
</style>
border-color css
<style>
span { border-color: #A09CCA; }
span { border-color: rgb(160,156,202); }
td.TdClassName
{
border-color: #A09CCA;
}
.TagClassName
{
border-color: #A09CCA;
}
</style>