Shades of Wistful #A198F1
Tints of Wistful #A198F1
RGB
CMYK
RGB Variations
Color information
#A198F1 (or 0xA198F1) is known color: Wistful. HEX triplet: A1, 98 and F1. RGB value is (161,152,241). Sum of RGB (Red+Green+Blue) = 161+152+241=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #A198F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198F1 is #5E670E. Grayscale: #A4A4A4. Windows color (decimal): -6186767 or 15833249. OLE color: 15833249.
HSL color Cylindrical-coordinate representation of color #A198F1: hue angle of 246.07º 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 #A198F1 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 152 | 241 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.05 |
| HSL | 246.07º | 0.76% | 0.77% | - |
| HSV(B) | 246.07º | 0.37% | 0.95% | - |
| XYZ | 41.8 | 36.38 | 88.04 | - |
| YUV | 164.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 241 | 0.33 | 0.37 | 0 | 0.05 | 246.07 | 0.76 | 0.77 |
| Hex | A1 | 98 | F1 | 21 | 25 | 0 | 5 | F6 | 4C | 4D |
| Octal | 241 | 230 | 361 | 41 | 45 | 0 | 5 | 366 | 114 | 115 |
| Binary | 10100001 | 10011000 | 11110001 | 100001 | 100101 | 0 | 101 | 11110110 | 1001100 | 1001101 |
Color Harmonies of #A198F1
Complementary color
Monochromatic Colors of #A198F1
Black with #A198F1
Text Example
Text Example
White with #A198F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198F1; }
p { color: rgb(161,152,241); }
H1.HeaderClassName
{
color: #A198F1;
}
.AnyTagClassName
{
color: #A198F1;
}
</style>
background-color css
<style>
a { background-color: #A198F1; }
a { background-color: rgb(161,152,241); }
div.DivClassName
{
background-color: #A198F1;
}
.BgClassName
{
background-color: #A198F1;
}
</style>
border-color css
<style>
span { border-color: #A198F1; }
span { border-color: rgb(161,152,241); }
td.TdClassName
{
border-color: #A198F1;
}
.TagClassName
{
border-color: #A198F1;
}
</style>