Shades of Wistful #A09CE0
Tints of Wistful #A09CE0
RGB
CMYK
RGB Variations
Color information
#A09CE0 (or 0xA09CE0) is known color: Wistful. HEX triplet: A0, 9C and E0. RGB value is (160,156,224). Sum of RGB (Red+Green+Blue) = 160+156+224=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #A09CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CE0 is #5F631F. Grayscale: #A4A4A4. Windows color (decimal): -6251296 or 14720160. OLE color: 14720160.
HSL color Cylindrical-coordinate representation of color #A09CE0: hue angle of 243.53º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09CE0 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 156 | 224 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.12 |
| HSL | 243.53º | 0.52% | 0.75% | - |
| HSV(B) | 243.53º | 0.3% | 0.88% | - |
| XYZ | 39.84 | 36.63 | 75.49 | - |
| YUV | 164.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 224 | 0.29 | 0.30 | 0 | 0.12 | 243.53 | 0.52 | 0.75 |
| Hex | A0 | 9C | E0 | 1D | 1E | 0 | C | F4 | 34 | 4B |
| Octal | 240 | 234 | 340 | 35 | 36 | 0 | 14 | 364 | 64 | 113 |
| Binary | 10100000 | 10011100 | 11100000 | 11101 | 11110 | 0 | 1100 | 11110100 | 110100 | 1001011 |
Color Harmonies of #A09CE0
Complementary color
Monochromatic Colors of #A09CE0
Black with #A09CE0
Text Example
Text Example
White with #A09CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CE0; }
p { color: rgb(160,156,224); }
H1.HeaderClassName
{
color: #A09CE0;
}
.AnyTagClassName
{
color: #A09CE0;
}
</style>
background-color css
<style>
a { background-color: #A09CE0; }
a { background-color: rgb(160,156,224); }
div.DivClassName
{
background-color: #A09CE0;
}
.BgClassName
{
background-color: #A09CE0;
}
</style>
border-color css
<style>
span { border-color: #A09CE0; }
span { border-color: rgb(160,156,224); }
td.TdClassName
{
border-color: #A09CE0;
}
.TagClassName
{
border-color: #A09CE0;
}
</style>