Shades of Wistful #A099E9
Tints of Wistful #A099E9
RGB
CMYK
RGB Variations
Color information
#A099E9 (or 0xA099E9) is known color: Wistful. HEX triplet: A0, 99 and E9. RGB value is (160,153,233). Sum of RGB (Red+Green+Blue) = 160+153+233=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 233 - color contains mainly: blue. Hex color #A099E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099E9 is #5F6616. Grayscale: #A3A3A3. Windows color (decimal): -6252055 or 15309216. OLE color: 15309216.
HSL color Cylindrical-coordinate representation of color #A099E9: hue angle of 245.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A099E9 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 153 | 233 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.09 |
| HSL | 245.25º | 0.65% | 0.76% | - |
| HSV(B) | 245.25º | 0.34% | 0.91% | - |
| XYZ | 40.6 | 36.14 | 81.93 | - |
| YUV | 164.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 233 | 0.31 | 0.34 | 0 | 0.09 | 245.25 | 0.65 | 0.76 |
| Hex | A0 | 99 | E9 | 1F | 22 | 0 | 9 | F5 | 41 | 4C |
| Octal | 240 | 231 | 351 | 37 | 42 | 0 | 11 | 365 | 101 | 114 |
| Binary | 10100000 | 10011001 | 11101001 | 11111 | 100010 | 0 | 1001 | 11110101 | 1000001 | 1001100 |
Color Harmonies of #A099E9
Complementary color
Monochromatic Colors of #A099E9
Black with #A099E9
Text Example
Text Example
White with #A099E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099E9; }
p { color: rgb(160,153,233); }
H1.HeaderClassName
{
color: #A099E9;
}
.AnyTagClassName
{
color: #A099E9;
}
</style>
background-color css
<style>
a { background-color: #A099E9; }
a { background-color: rgb(160,153,233); }
div.DivClassName
{
background-color: #A099E9;
}
.BgClassName
{
background-color: #A099E9;
}
</style>
border-color css
<style>
span { border-color: #A099E9; }
span { border-color: rgb(160,153,233); }
td.TdClassName
{
border-color: #A099E9;
}
.TagClassName
{
border-color: #A099E9;
}
</style>