Shades of Wistful #A099E0
Tints of Wistful #A099E0
RGB
CMYK
RGB Variations
Color information
#A099E0 (or 0xA099E0) is known color: Wistful. HEX triplet: A0, 99 and E0. RGB value is (160,153,224). Sum of RGB (Red+Green+Blue) = 160+153+224=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #A099E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099E0 is #5F661F. Grayscale: #A2A2A2. Windows color (decimal): -6252064 or 14719392. OLE color: 14719392.
HSL color Cylindrical-coordinate representation of color #A099E0: hue angle of 245.92º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A099E0 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 153 | 224 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.12 |
| HSL | 245.92º | 0.53% | 0.74% | - |
| HSV(B) | 245.92º | 0.32% | 0.88% | - |
| XYZ | 39.34 | 35.64 | 75.33 | - |
| YUV | 163.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 224 | 0.29 | 0.32 | 0 | 0.12 | 245.92 | 0.53 | 0.74 |
| Hex | A0 | 99 | E0 | 1D | 20 | 0 | C | F6 | 35 | 4A |
| Octal | 240 | 231 | 340 | 35 | 40 | 0 | 14 | 366 | 65 | 112 |
| Binary | 10100000 | 10011001 | 11100000 | 11101 | 100000 | 0 | 1100 | 11110110 | 110101 | 1001010 |
Color Harmonies of #A099E0
Complementary color
Monochromatic Colors of #A099E0
Black with #A099E0
Text Example
Text Example
White with #A099E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099E0; }
p { color: rgb(160,153,224); }
H1.HeaderClassName
{
color: #A099E0;
}
.AnyTagClassName
{
color: #A099E0;
}
</style>
background-color css
<style>
a { background-color: #A099E0; }
a { background-color: rgb(160,153,224); }
div.DivClassName
{
background-color: #A099E0;
}
.BgClassName
{
background-color: #A099E0;
}
</style>
border-color css
<style>
span { border-color: #A099E0; }
span { border-color: rgb(160,153,224); }
td.TdClassName
{
border-color: #A099E0;
}
.TagClassName
{
border-color: #A099E0;
}
</style>