Shades of Wistful #A098F1
Tints of Wistful #A098F1
RGB
CMYK
RGB Variations
Color information
#A098F1 (or 0xA098F1) is known color: Wistful. HEX triplet: A0, 98 and F1. RGB value is (160,152,241). Sum of RGB (Red+Green+Blue) = 160+152+241=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #A098F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098F1 is #5F670E. Grayscale: #A4A4A4. Windows color (decimal): -6252303 or 15833248. OLE color: 15833248.
HSL color Cylindrical-coordinate representation of color #A098F1: hue angle of 245.39º degrees, saturation: 0.76, 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 #A098F1 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 152 | 241 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.05 |
| HSL | 245.39º | 0.76% | 0.77% | - |
| HSV(B) | 245.39º | 0.37% | 0.95% | - |
| XYZ | 41.6 | 36.28 | 88.03 | - |
| YUV | 164.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 241 | 0.34 | 0.37 | 0 | 0.05 | 245.39 | 0.76 | 0.77 |
| Hex | A0 | 98 | F1 | 22 | 25 | 0 | 5 | F5 | 4C | 4D |
| Octal | 240 | 230 | 361 | 42 | 45 | 0 | 5 | 365 | 114 | 115 |
| Binary | 10100000 | 10011000 | 11110001 | 100010 | 100101 | 0 | 101 | 11110101 | 1001100 | 1001101 |
Color Harmonies of #A098F1
Complementary color
Monochromatic Colors of #A098F1
Black with #A098F1
Text Example
Text Example
White with #A098F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098F1; }
p { color: rgb(160,152,241); }
H1.HeaderClassName
{
color: #A098F1;
}
.AnyTagClassName
{
color: #A098F1;
}
</style>
background-color css
<style>
a { background-color: #A098F1; }
a { background-color: rgb(160,152,241); }
div.DivClassName
{
background-color: #A098F1;
}
.BgClassName
{
background-color: #A098F1;
}
</style>
border-color css
<style>
span { border-color: #A098F1; }
span { border-color: rgb(160,152,241); }
td.TdClassName
{
border-color: #A098F1;
}
.TagClassName
{
border-color: #A098F1;
}
</style>