Shades of Wistful #A099E3
Tints of Wistful #A099E3
RGB
CMYK
RGB Variations
Color information
#A099E3 (or 0xA099E3) is known color: Wistful. HEX triplet: A0, 99 and E3. RGB value is (160,153,227). Sum of RGB (Red+Green+Blue) = 160+153+227=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #A099E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099E3 is #5F661C. Grayscale: #A3A3A3. Windows color (decimal): -6252061 or 14916000. OLE color: 14916000.
HSL color Cylindrical-coordinate representation of color #A099E3: hue angle of 245.68º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A099E3 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 153 | 227 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.11 |
| HSL | 245.68º | 0.57% | 0.75% | - |
| HSV(B) | 245.68º | 0.33% | 0.89% | - |
| XYZ | 39.75 | 35.8 | 77.49 | - |
| YUV | 163.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 227 | 0.30 | 0.33 | 0 | 0.11 | 245.68 | 0.57 | 0.75 |
| Hex | A0 | 99 | E3 | 1E | 21 | 0 | B | F6 | 39 | 4B |
| Octal | 240 | 231 | 343 | 36 | 41 | 0 | 13 | 366 | 71 | 113 |
| Binary | 10100000 | 10011001 | 11100011 | 11110 | 100001 | 0 | 1011 | 11110110 | 111001 | 1001011 |
Color Harmonies of #A099E3
Complementary color
Monochromatic Colors of #A099E3
Black with #A099E3
Text Example
Text Example
White with #A099E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099E3; }
p { color: rgb(160,153,227); }
H1.HeaderClassName
{
color: #A099E3;
}
.AnyTagClassName
{
color: #A099E3;
}
</style>
background-color css
<style>
a { background-color: #A099E3; }
a { background-color: rgb(160,153,227); }
div.DivClassName
{
background-color: #A099E3;
}
.BgClassName
{
background-color: #A099E3;
}
</style>
border-color css
<style>
span { border-color: #A099E3; }
span { border-color: rgb(160,153,227); }
td.TdClassName
{
border-color: #A099E3;
}
.TagClassName
{
border-color: #A099E3;
}
</style>