Shades of Wistful #A197F1
Tints of Wistful #A197F1
RGB
CMYK
RGB Variations
Color information
#A197F1 (or 0xA197F1) is known color: Wistful. HEX triplet: A1, 97 and F1. RGB value is (161,151,241). Sum of RGB (Red+Green+Blue) = 161+151+241=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 151 (59.38% from 255 or 27.31% 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 #A197F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197F1 is #5E680E. Grayscale: #A3A3A3. Windows color (decimal): -6187023 or 15832993. OLE color: 15832993.
HSL color Cylindrical-coordinate representation of color #A197F1: hue angle of 246.67º 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 #A197F1 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 151 | 241 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.05 |
| HSL | 246.67º | 0.76% | 0.77% | - |
| HSV(B) | 246.67º | 0.37% | 0.95% | - |
| XYZ | 41.64 | 36.06 | 87.98 | - |
| YUV | 164.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 241 | 0.33 | 0.37 | 0 | 0.05 | 246.67 | 0.76 | 0.77 |
| Hex | A1 | 97 | F1 | 21 | 25 | 0 | 5 | F7 | 4C | 4D |
| Octal | 241 | 227 | 361 | 41 | 45 | 0 | 5 | 367 | 114 | 115 |
| Binary | 10100001 | 10010111 | 11110001 | 100001 | 100101 | 0 | 101 | 11110111 | 1001100 | 1001101 |
Color Harmonies of #A197F1
Complementary color
Monochromatic Colors of #A197F1
Black with #A197F1
Text Example
Text Example
White with #A197F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197F1; }
p { color: rgb(161,151,241); }
H1.HeaderClassName
{
color: #A197F1;
}
.AnyTagClassName
{
color: #A197F1;
}
</style>
background-color css
<style>
a { background-color: #A197F1; }
a { background-color: rgb(161,151,241); }
div.DivClassName
{
background-color: #A197F1;
}
.BgClassName
{
background-color: #A197F1;
}
</style>
border-color css
<style>
span { border-color: #A197F1; }
span { border-color: rgb(161,151,241); }
td.TdClassName
{
border-color: #A197F1;
}
.TagClassName
{
border-color: #A197F1;
}
</style>