Shades of Wistful #A099EB
Tints of Wistful #A099EB
RGB
CMYK
RGB Variations
Color information
#A099EB (or 0xA099EB) is known color: Wistful. HEX triplet: A0, 99 and EB. RGB value is (160,153,235). Sum of RGB (Red+Green+Blue) = 160+153+235=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #A099EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099EB is #5F6614. Grayscale: #A4A4A4. Windows color (decimal): -6252053 or 15440288. OLE color: 15440288.
HSL color Cylindrical-coordinate representation of color #A099EB: hue angle of 245.12º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A099EB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 153 | 235 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.08 |
| HSL | 245.12º | 0.67% | 0.76% | - |
| HSV(B) | 245.12º | 0.35% | 0.92% | - |
| XYZ | 40.88 | 36.25 | 83.44 | - |
| YUV | 164.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 235 | 0.32 | 0.35 | 0 | 0.08 | 245.12 | 0.67 | 0.76 |
| Hex | A0 | 99 | EB | 20 | 23 | 0 | 8 | F5 | 43 | 4C |
| Octal | 240 | 231 | 353 | 40 | 43 | 0 | 10 | 365 | 103 | 114 |
| Binary | 10100000 | 10011001 | 11101011 | 100000 | 100011 | 0 | 1000 | 11110101 | 1000011 | 1001100 |
Color Harmonies of #A099EB
Complementary color
Monochromatic Colors of #A099EB
Black with #A099EB
Text Example
Text Example
White with #A099EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099EB; }
p { color: rgb(160,153,235); }
H1.HeaderClassName
{
color: #A099EB;
}
.AnyTagClassName
{
color: #A099EB;
}
</style>
background-color css
<style>
a { background-color: #A099EB; }
a { background-color: rgb(160,153,235); }
div.DivClassName
{
background-color: #A099EB;
}
.BgClassName
{
background-color: #A099EB;
}
</style>
border-color css
<style>
span { border-color: #A099EB; }
span { border-color: rgb(160,153,235); }
td.TdClassName
{
border-color: #A099EB;
}
.TagClassName
{
border-color: #A099EB;
}
</style>