Shades of Wistful #A09BEB
Tints of Wistful #A09BEB
RGB
CMYK
RGB Variations
Color information
#A09BEB (or 0xA09BEB) is known color: Wistful. HEX triplet: A0, 9B and EB. RGB value is (160,155,235). Sum of RGB (Red+Green+Blue) = 160+155+235=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #A09BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BEB is #5F6414. Grayscale: #A5A5A5. Windows color (decimal): -6251541 or 15440800. OLE color: 15440800.
HSL color Cylindrical-coordinate representation of color #A09BEB: hue angle of 243.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09BEB is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 155 | 235 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.08 |
| HSL | 243.75º | 0.67% | 0.76% | - |
| HSV(B) | 243.75º | 0.34% | 0.92% | - |
| XYZ | 41.21 | 36.91 | 83.55 | - |
| YUV | 165.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 235 | 0.32 | 0.34 | 0 | 0.08 | 243.75 | 0.67 | 0.76 |
| Hex | A0 | 9B | EB | 20 | 22 | 0 | 8 | F4 | 43 | 4C |
| Octal | 240 | 233 | 353 | 40 | 42 | 0 | 10 | 364 | 103 | 114 |
| Binary | 10100000 | 10011011 | 11101011 | 100000 | 100010 | 0 | 1000 | 11110100 | 1000011 | 1001100 |
Color Harmonies of #A09BEB
Complementary color
Monochromatic Colors of #A09BEB
Black with #A09BEB
Text Example
Text Example
White with #A09BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BEB; }
p { color: rgb(160,155,235); }
H1.HeaderClassName
{
color: #A09BEB;
}
.AnyTagClassName
{
color: #A09BEB;
}
</style>
background-color css
<style>
a { background-color: #A09BEB; }
a { background-color: rgb(160,155,235); }
div.DivClassName
{
background-color: #A09BEB;
}
.BgClassName
{
background-color: #A09BEB;
}
</style>
border-color css
<style>
span { border-color: #A09BEB; }
span { border-color: rgb(160,155,235); }
td.TdClassName
{
border-color: #A09BEB;
}
.TagClassName
{
border-color: #A09BEB;
}
</style>