Shades of Wistful #A099EE
Tints of Wistful #A099EE
RGB
CMYK
RGB Variations
Color information
#A099EE (or 0xA099EE) is known color: Wistful. HEX triplet: A0, 99 and EE. RGB value is (160,153,238). Sum of RGB (Red+Green+Blue) = 160+153+238=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #A099EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099EE is #5F6611. Grayscale: #A4A4A4. Windows color (decimal): -6252050 or 15636896. OLE color: 15636896.
HSL color Cylindrical-coordinate representation of color #A099EE: hue angle of 244.94º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A099EE is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 153 | 238 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.07 |
| HSL | 244.94º | 0.71% | 0.77% | - |
| HSV(B) | 244.94º | 0.36% | 0.93% | - |
| XYZ | 41.32 | 36.43 | 85.74 | - |
| YUV | 164.78 | 169.32 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 238 | 0.33 | 0.36 | 0 | 0.07 | 244.94 | 0.71 | 0.77 |
| Hex | A0 | 99 | EE | 21 | 24 | 0 | 7 | F5 | 47 | 4D |
| Octal | 240 | 231 | 356 | 41 | 44 | 0 | 7 | 365 | 107 | 115 |
| Binary | 10100000 | 10011001 | 11101110 | 100001 | 100100 | 0 | 111 | 11110101 | 1000111 | 1001101 |
Color Harmonies of #A099EE
Complementary color
Monochromatic Colors of #A099EE
Black with #A099EE
Text Example
Text Example
White with #A099EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099EE; }
p { color: rgb(160,153,238); }
H1.HeaderClassName
{
color: #A099EE;
}
.AnyTagClassName
{
color: #A099EE;
}
</style>
background-color css
<style>
a { background-color: #A099EE; }
a { background-color: rgb(160,153,238); }
div.DivClassName
{
background-color: #A099EE;
}
.BgClassName
{
background-color: #A099EE;
}
</style>
border-color css
<style>
span { border-color: #A099EE; }
span { border-color: rgb(160,153,238); }
td.TdClassName
{
border-color: #A099EE;
}
.TagClassName
{
border-color: #A099EE;
}
</style>