Shades of Wistful #A099F2
Tints of Wistful #A099F2
RGB
CMYK
RGB Variations
Color information
#A099F2 (or 0xA099F2) is known color: Wistful. HEX triplet: A0, 99 and F2. RGB value is (160,153,242). Sum of RGB (Red+Green+Blue) = 160+153+242=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #A099F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099F2 is #5F660D. Grayscale: #A4A4A4. Windows color (decimal): -6252046 or 15899040. OLE color: 15899040.
HSL color Cylindrical-coordinate representation of color #A099F2: hue angle of 244.72º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A099F2 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 153 | 242 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.05 |
| HSL | 244.72º | 0.77% | 0.77% | - |
| HSV(B) | 244.72º | 0.37% | 0.95% | - |
| XYZ | 41.92 | 36.67 | 88.87 | - |
| YUV | 165.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 242 | 0.34 | 0.37 | 0 | 0.05 | 244.72 | 0.77 | 0.77 |
| Hex | A0 | 99 | F2 | 22 | 25 | 0 | 5 | F5 | 4D | 4D |
| Octal | 240 | 231 | 362 | 42 | 45 | 0 | 5 | 365 | 115 | 115 |
| Binary | 10100000 | 10011001 | 11110010 | 100010 | 100101 | 0 | 101 | 11110101 | 1001101 | 1001101 |
Color Harmonies of #A099F2
Complementary color
Monochromatic Colors of #A099F2
Black with #A099F2
Text Example
Text Example
White with #A099F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099F2; }
p { color: rgb(160,153,242); }
H1.HeaderClassName
{
color: #A099F2;
}
.AnyTagClassName
{
color: #A099F2;
}
</style>
background-color css
<style>
a { background-color: #A099F2; }
a { background-color: rgb(160,153,242); }
div.DivClassName
{
background-color: #A099F2;
}
.BgClassName
{
background-color: #A099F2;
}
</style>
border-color css
<style>
span { border-color: #A099F2; }
span { border-color: rgb(160,153,242); }
td.TdClassName
{
border-color: #A099F2;
}
.TagClassName
{
border-color: #A099F2;
}
</style>