Shades of Wistful #A09CDF
Tints of Wistful #A09CDF
RGB
CMYK
RGB Variations
Color information
#A09CDF (or 0xA09CDF) is known color: Wistful. HEX triplet: A0, 9C and DF. RGB value is (160,156,223). Sum of RGB (Red+Green+Blue) = 160+156+223=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #A09CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CDF is #5F6320. Grayscale: #A4A4A4. Windows color (decimal): -6251297 or 14654624. OLE color: 14654624.
HSL color Cylindrical-coordinate representation of color #A09CDF: hue angle of 243.58º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09CDF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 156 | 223 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.13 |
| HSL | 243.58º | 0.51% | 0.74% | - |
| HSV(B) | 243.58º | 0.3% | 0.87% | - |
| XYZ | 39.7 | 36.58 | 74.78 | - |
| YUV | 164.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 223 | 0.28 | 0.30 | 0 | 0.13 | 243.58 | 0.51 | 0.74 |
| Hex | A0 | 9C | DF | 1C | 1E | 0 | D | F4 | 33 | 4A |
| Octal | 240 | 234 | 337 | 34 | 36 | 0 | 15 | 364 | 63 | 112 |
| Binary | 10100000 | 10011100 | 11011111 | 11100 | 11110 | 0 | 1101 | 11110100 | 110011 | 1001010 |
Color Harmonies of #A09CDF
Complementary color
Monochromatic Colors of #A09CDF
Black with #A09CDF
Text Example
Text Example
White with #A09CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CDF; }
p { color: rgb(160,156,223); }
H1.HeaderClassName
{
color: #A09CDF;
}
.AnyTagClassName
{
color: #A09CDF;
}
</style>
background-color css
<style>
a { background-color: #A09CDF; }
a { background-color: rgb(160,156,223); }
div.DivClassName
{
background-color: #A09CDF;
}
.BgClassName
{
background-color: #A09CDF;
}
</style>
border-color css
<style>
span { border-color: #A09CDF; }
span { border-color: rgb(160,156,223); }
td.TdClassName
{
border-color: #A09CDF;
}
.TagClassName
{
border-color: #A09CDF;
}
</style>