Shades of Wistful #A397F1
Tints of Wistful #A397F1
RGB
CMYK
RGB Variations
Color information
#A397F1 (or 0xA397F1) is known color: Wistful. HEX triplet: A3, 97 and F1. RGB value is (163,151,241). Sum of RGB (Red+Green+Blue) = 163+151+241=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #A397F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397F1 is #5C680E. Grayscale: #A4A4A4. Windows color (decimal): -6055951 or 15832995. OLE color: 15832995.
HSL color Cylindrical-coordinate representation of color #A397F1: hue angle of 248º 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 #A397F1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 151 | 241 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.05 |
| HSL | 248º | 0.76% | 0.77% | - |
| HSV(B) | 248º | 0.37% | 0.95% | - |
| XYZ | 42.05 | 36.27 | 88 | - |
| YUV | 164.85 | 170.98 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 241 | 0.32 | 0.37 | 0 | 0.05 | 248 | 0.76 | 0.77 |
| Hex | A3 | 97 | F1 | 20 | 25 | 0 | 5 | F8 | 4C | 4D |
| Octal | 243 | 227 | 361 | 40 | 45 | 0 | 5 | 370 | 114 | 115 |
| Binary | 10100011 | 10010111 | 11110001 | 100000 | 100101 | 0 | 101 | 11111000 | 1001100 | 1001101 |
Color Harmonies of #A397F1
Complementary color
Monochromatic Colors of #A397F1
Black with #A397F1
Text Example
Text Example
White with #A397F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397F1; }
p { color: rgb(163,151,241); }
H1.HeaderClassName
{
color: #A397F1;
}
.AnyTagClassName
{
color: #A397F1;
}
</style>
background-color css
<style>
a { background-color: #A397F1; }
a { background-color: rgb(163,151,241); }
div.DivClassName
{
background-color: #A397F1;
}
.BgClassName
{
background-color: #A397F1;
}
</style>
border-color css
<style>
span { border-color: #A397F1; }
span { border-color: rgb(163,151,241); }
td.TdClassName
{
border-color: #A397F1;
}
.TagClassName
{
border-color: #A397F1;
}
</style>