Shades of Wistful #A098F8
Tints of Wistful #A098F8
RGB
CMYK
RGB Variations
Color information
#A098F8 (or 0xA098F8) is known color: Wistful. HEX triplet: A0, 98 and F8. RGB value is (160,152,248). Sum of RGB (Red+Green+Blue) = 160+152+248=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #A098F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098F8 is #5F6707. Grayscale: #A4A4A4. Windows color (decimal): -6252296 or 16292000. OLE color: 16292000.
HSL color Cylindrical-coordinate representation of color #A098F8: hue angle of 245º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A098F8 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 152 | 248 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.03 |
| HSL | 245º | 0.87% | 0.78% | - |
| HSV(B) | 245º | 0.39% | 0.97% | - |
| XYZ | 42.67 | 36.71 | 93.64 | - |
| YUV | 165.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 248 | 0.35 | 0.39 | 0 | 0.03 | 245 | 0.87 | 0.78 |
| Hex | A0 | 98 | F8 | 23 | 27 | 0 | 3 | F5 | 57 | 4E |
| Octal | 240 | 230 | 370 | 43 | 47 | 0 | 3 | 365 | 127 | 116 |
| Binary | 10100000 | 10011000 | 11111000 | 100011 | 100111 | 0 | 11 | 11110101 | 1010111 | 1001110 |
Color Harmonies of #A098F8
Complementary color
Monochromatic Colors of #A098F8
Black with #A098F8
Text Example
Text Example
White with #A098F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098F8; }
p { color: rgb(160,152,248); }
H1.HeaderClassName
{
color: #A098F8;
}
.AnyTagClassName
{
color: #A098F8;
}
</style>
background-color css
<style>
a { background-color: #A098F8; }
a { background-color: rgb(160,152,248); }
div.DivClassName
{
background-color: #A098F8;
}
.BgClassName
{
background-color: #A098F8;
}
</style>
border-color css
<style>
span { border-color: #A098F8; }
span { border-color: rgb(160,152,248); }
td.TdClassName
{
border-color: #A098F8;
}
.TagClassName
{
border-color: #A098F8;
}
</style>