Shades of Wistful #A198F3
Tints of Wistful #A198F3
RGB
CMYK
RGB Variations
Color information
#A198F3 (or 0xA198F3) is known color: Wistful. HEX triplet: A1, 98 and F3. RGB value is (161,152,243). Sum of RGB (Red+Green+Blue) = 161+152+243=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #A198F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198F3 is #5E670C. Grayscale: #A4A4A4. Windows color (decimal): -6186765 or 15964321. OLE color: 15964321.
HSL color Cylindrical-coordinate representation of color #A198F3: hue angle of 245.93º degrees, saturation: 0.79, 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 #A198F3 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 152 | 243 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.05 |
| HSL | 245.93º | 0.79% | 0.77% | - |
| HSV(B) | 245.93º | 0.37% | 0.95% | - |
| XYZ | 42.1 | 36.5 | 89.62 | - |
| YUV | 165.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 243 | 0.34 | 0.37 | 0 | 0.05 | 245.93 | 0.79 | 0.77 |
| Hex | A1 | 98 | F3 | 22 | 25 | 0 | 5 | F6 | 4F | 4D |
| Octal | 241 | 230 | 363 | 42 | 45 | 0 | 5 | 366 | 117 | 115 |
| Binary | 10100001 | 10011000 | 11110011 | 100010 | 100101 | 0 | 101 | 11110110 | 1001111 | 1001101 |
Color Harmonies of #A198F3
Complementary color
Monochromatic Colors of #A198F3
Black with #A198F3
Text Example
Text Example
White with #A198F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198F3; }
p { color: rgb(161,152,243); }
H1.HeaderClassName
{
color: #A198F3;
}
.AnyTagClassName
{
color: #A198F3;
}
</style>
background-color css
<style>
a { background-color: #A198F3; }
a { background-color: rgb(161,152,243); }
div.DivClassName
{
background-color: #A198F3;
}
.BgClassName
{
background-color: #A198F3;
}
</style>
border-color css
<style>
span { border-color: #A198F3; }
span { border-color: rgb(161,152,243); }
td.TdClassName
{
border-color: #A198F3;
}
.TagClassName
{
border-color: #A198F3;
}
</style>