Shades of Wistful #A09BED
Tints of Wistful #A09BED
RGB
CMYK
RGB Variations
Color information
#A09BED (or 0xA09BED) is known color: Wistful. HEX triplet: A0, 9B and ED. RGB value is (160,155,237). Sum of RGB (Red+Green+Blue) = 160+155+237=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #A09BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BED is #5F6412. Grayscale: #A5A5A5. Windows color (decimal): -6251539 or 15571872. OLE color: 15571872.
HSL color Cylindrical-coordinate representation of color #A09BED: hue angle of 243.66º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09BED is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 155 | 237 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.07 |
| HSL | 243.66º | 0.69% | 0.77% | - |
| HSV(B) | 243.66º | 0.35% | 0.93% | - |
| XYZ | 41.5 | 37.03 | 85.08 | - |
| YUV | 165.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 237 | 0.32 | 0.35 | 0 | 0.07 | 243.66 | 0.69 | 0.77 |
| Hex | A0 | 9B | ED | 20 | 23 | 0 | 7 | F4 | 45 | 4D |
| Octal | 240 | 233 | 355 | 40 | 43 | 0 | 7 | 364 | 105 | 115 |
| Binary | 10100000 | 10011011 | 11101101 | 100000 | 100011 | 0 | 111 | 11110100 | 1000101 | 1001101 |
Color Harmonies of #A09BED
Complementary color
Monochromatic Colors of #A09BED
Black with #A09BED
Text Example
Text Example
White with #A09BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BED; }
p { color: rgb(160,155,237); }
H1.HeaderClassName
{
color: #A09BED;
}
.AnyTagClassName
{
color: #A09BED;
}
</style>
background-color css
<style>
a { background-color: #A09BED; }
a { background-color: rgb(160,155,237); }
div.DivClassName
{
background-color: #A09BED;
}
.BgClassName
{
background-color: #A09BED;
}
</style>
border-color css
<style>
span { border-color: #A09BED; }
span { border-color: rgb(160,155,237); }
td.TdClassName
{
border-color: #A09BED;
}
.TagClassName
{
border-color: #A09BED;
}
</style>