Shades of Wistful #A09ECB
Tints of Wistful #A09ECB
RGB
CMYK
RGB Variations
Color information
#A09ECB (or 0xA09ECB) is known color: Wistful. HEX triplet: A0, 9E and CB. RGB value is (160,158,203). Sum of RGB (Red+Green+Blue) = 160+158+203=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #A09ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ECB is #5F6134. Grayscale: #A3A3A3. Windows color (decimal): -6250805 or 13344416. OLE color: 13344416.
HSL color Cylindrical-coordinate representation of color #A09ECB: hue angle of 242.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A09ECB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 158 | 203 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.20 |
| HSL | 242.67º | 0.3% | 0.71% | - |
| HSV(B) | 242.67º | 0.22% | 0.8% | - |
| XYZ | 37.5 | 36.24 | 61.52 | - |
| YUV | 163.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 203 | 0.21 | 0.22 | 0 | 0.20 | 242.67 | 0.3 | 0.71 |
| Hex | A0 | 9E | CB | 15 | 16 | 0 | 14 | F3 | 1E | 47 |
| Octal | 240 | 236 | 313 | 25 | 26 | 0 | 24 | 363 | 36 | 107 |
| Binary | 10100000 | 10011110 | 11001011 | 10101 | 10110 | 0 | 10100 | 11110011 | 11110 | 1000111 |
Color Harmonies of #A09ECB
Complementary color
Monochromatic Colors of #A09ECB
Black with #A09ECB
Text Example
Text Example
White with #A09ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09ECB; }
p { color: rgb(160,158,203); }
H1.HeaderClassName
{
color: #A09ECB;
}
.AnyTagClassName
{
color: #A09ECB;
}
</style>
background-color css
<style>
a { background-color: #A09ECB; }
a { background-color: rgb(160,158,203); }
div.DivClassName
{
background-color: #A09ECB;
}
.BgClassName
{
background-color: #A09ECB;
}
</style>
border-color css
<style>
span { border-color: #A09ECB; }
span { border-color: rgb(160,158,203); }
td.TdClassName
{
border-color: #A09ECB;
}
.TagClassName
{
border-color: #A09ECB;
}
</style>