Shades of Wistful #A09CDA
Tints of Wistful #A09CDA
RGB
CMYK
RGB Variations
Color information
#A09CDA (or 0xA09CDA) is known color: Wistful. HEX triplet: A0, 9C and DA. RGB value is (160,156,218). Sum of RGB (Red+Green+Blue) = 160+156+218=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #A09CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CDA is #5F6325. Grayscale: #A4A4A4. Windows color (decimal): -6251302 or 14326944. OLE color: 14326944.
HSL color Cylindrical-coordinate representation of color #A09CDA: hue angle of 243.87º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A09CDA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 156 | 218 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.15 |
| HSL | 243.87º | 0.46% | 0.73% | - |
| HSV(B) | 243.87º | 0.28% | 0.85% | - |
| XYZ | 39.04 | 36.31 | 71.28 | - |
| YUV | 164.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 218 | 0.27 | 0.28 | 0 | 0.15 | 243.87 | 0.46 | 0.73 |
| Hex | A0 | 9C | DA | 1B | 1C | 0 | F | F4 | 2E | 49 |
| Octal | 240 | 234 | 332 | 33 | 34 | 0 | 17 | 364 | 56 | 111 |
| Binary | 10100000 | 10011100 | 11011010 | 11011 | 11100 | 0 | 1111 | 11110100 | 101110 | 1001001 |
Color Harmonies of #A09CDA
Complementary color
Monochromatic Colors of #A09CDA
Black with #A09CDA
Text Example
Text Example
White with #A09CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CDA; }
p { color: rgb(160,156,218); }
H1.HeaderClassName
{
color: #A09CDA;
}
.AnyTagClassName
{
color: #A09CDA;
}
</style>
background-color css
<style>
a { background-color: #A09CDA; }
a { background-color: rgb(160,156,218); }
div.DivClassName
{
background-color: #A09CDA;
}
.BgClassName
{
background-color: #A09CDA;
}
</style>
border-color css
<style>
span { border-color: #A09CDA; }
span { border-color: rgb(160,156,218); }
td.TdClassName
{
border-color: #A09CDA;
}
.TagClassName
{
border-color: #A09CDA;
}
</style>