Shades of Wistful #A198F6
Tints of Wistful #A198F6
RGB
CMYK
RGB Variations
Color information
#A198F6 (or 0xA198F6) is known color: Wistful. HEX triplet: A1, 98 and F6. RGB value is (161,152,246). Sum of RGB (Red+Green+Blue) = 161+152+246=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #A198F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198F6 is #5E6709. Grayscale: #A5A5A5. Windows color (decimal): -6186762 or 16160929. OLE color: 16160929.
HSL color Cylindrical-coordinate representation of color #A198F6: hue angle of 245.74º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A198F6 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 152 | 246 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.04 |
| HSL | 245.74º | 0.84% | 0.78% | - |
| HSV(B) | 245.74º | 0.38% | 0.96% | - |
| XYZ | 42.56 | 36.69 | 92.03 | - |
| YUV | 165.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 246 | 0.35 | 0.38 | 0 | 0.04 | 245.74 | 0.84 | 0.78 |
| Hex | A1 | 98 | F6 | 23 | 26 | 0 | 4 | F6 | 54 | 4E |
| Octal | 241 | 230 | 366 | 43 | 46 | 0 | 4 | 366 | 124 | 116 |
| Binary | 10100001 | 10011000 | 11110110 | 100011 | 100110 | 0 | 100 | 11110110 | 1010100 | 1001110 |
Color Harmonies of #A198F6
Complementary color
Monochromatic Colors of #A198F6
Black with #A198F6
Text Example
Text Example
White with #A198F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198F6; }
p { color: rgb(161,152,246); }
H1.HeaderClassName
{
color: #A198F6;
}
.AnyTagClassName
{
color: #A198F6;
}
</style>
background-color css
<style>
a { background-color: #A198F6; }
a { background-color: rgb(161,152,246); }
div.DivClassName
{
background-color: #A198F6;
}
.BgClassName
{
background-color: #A198F6;
}
</style>
border-color css
<style>
span { border-color: #A198F6; }
span { border-color: rgb(161,152,246); }
td.TdClassName
{
border-color: #A198F6;
}
.TagClassName
{
border-color: #A198F6;
}
</style>