Shades of Wistful #A09CEE
Tints of Wistful #A09CEE
RGB
CMYK
RGB Variations
Color information
#A09CEE (or 0xA09CEE) is known color: Wistful. HEX triplet: A0, 9C and EE. RGB value is (160,156,238). Sum of RGB (Red+Green+Blue) = 160+156+238=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #A09CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CEE is #5F6311. Grayscale: #A6A6A6. Windows color (decimal): -6251282 or 15637664. OLE color: 15637664.
HSL color Cylindrical-coordinate representation of color #A09CEE: hue angle of 242.93º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09CEE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 156 | 238 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.07 |
| HSL | 242.93º | 0.71% | 0.77% | - |
| HSV(B) | 242.93º | 0.34% | 0.93% | - |
| XYZ | 41.82 | 37.42 | 85.91 | - |
| YUV | 166.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 238 | 0.33 | 0.34 | 0 | 0.07 | 242.93 | 0.71 | 0.77 |
| Hex | A0 | 9C | EE | 21 | 22 | 0 | 7 | F3 | 47 | 4D |
| Octal | 240 | 234 | 356 | 41 | 42 | 0 | 7 | 363 | 107 | 115 |
| Binary | 10100000 | 10011100 | 11101110 | 100001 | 100010 | 0 | 111 | 11110011 | 1000111 | 1001101 |
Color Harmonies of #A09CEE
Complementary color
Monochromatic Colors of #A09CEE
Black with #A09CEE
Text Example
Text Example
White with #A09CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CEE; }
p { color: rgb(160,156,238); }
H1.HeaderClassName
{
color: #A09CEE;
}
.AnyTagClassName
{
color: #A09CEE;
}
</style>
background-color css
<style>
a { background-color: #A09CEE; }
a { background-color: rgb(160,156,238); }
div.DivClassName
{
background-color: #A09CEE;
}
.BgClassName
{
background-color: #A09CEE;
}
</style>
border-color css
<style>
span { border-color: #A09CEE; }
span { border-color: rgb(160,156,238); }
td.TdClassName
{
border-color: #A09CEE;
}
.TagClassName
{
border-color: #A09CEE;
}
</style>