Shades of Wistful #A099EC
Tints of Wistful #A099EC
RGB
CMYK
RGB Variations
Color information
#A099EC (or 0xA099EC) is known color: Wistful. HEX triplet: A0, 99 and EC. RGB value is (160,153,236). Sum of RGB (Red+Green+Blue) = 160+153+236=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #A099EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099EC is #5F6613. Grayscale: #A4A4A4. Windows color (decimal): -6252052 or 15505824. OLE color: 15505824.
HSL color Cylindrical-coordinate representation of color #A099EC: hue angle of 245.06º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A099EC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 153 | 236 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.07 |
| HSL | 245.06º | 0.69% | 0.76% | - |
| HSV(B) | 245.06º | 0.35% | 0.93% | - |
| XYZ | 41.03 | 36.31 | 84.2 | - |
| YUV | 164.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 236 | 0.32 | 0.35 | 0 | 0.07 | 245.06 | 0.69 | 0.76 |
| Hex | A0 | 99 | EC | 20 | 23 | 0 | 7 | F5 | 45 | 4C |
| Octal | 240 | 231 | 354 | 40 | 43 | 0 | 7 | 365 | 105 | 114 |
| Binary | 10100000 | 10011001 | 11101100 | 100000 | 100011 | 0 | 111 | 11110101 | 1000101 | 1001100 |
Color Harmonies of #A099EC
Complementary color
Monochromatic Colors of #A099EC
Black with #A099EC
Text Example
Text Example
White with #A099EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099EC; }
p { color: rgb(160,153,236); }
H1.HeaderClassName
{
color: #A099EC;
}
.AnyTagClassName
{
color: #A099EC;
}
</style>
background-color css
<style>
a { background-color: #A099EC; }
a { background-color: rgb(160,153,236); }
div.DivClassName
{
background-color: #A099EC;
}
.BgClassName
{
background-color: #A099EC;
}
</style>
border-color css
<style>
span { border-color: #A099EC; }
span { border-color: rgb(160,153,236); }
td.TdClassName
{
border-color: #A099EC;
}
.TagClassName
{
border-color: #A099EC;
}
</style>