Shades of Wistful #A397F0
Tints of Wistful #A397F0
RGB
CMYK
RGB Variations
Color information
#A397F0 (or 0xA397F0) is known color: Wistful. HEX triplet: A3, 97 and F0. RGB value is (163,151,240). Sum of RGB (Red+Green+Blue) = 163+151+240=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A397F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397F0 is #5C680F. Grayscale: #A4A4A4. Windows color (decimal): -6055952 or 15767459. OLE color: 15767459.
HSL color Cylindrical-coordinate representation of color #A397F0: hue angle of 248.09º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A397F0 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 151 | 240 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.06 |
| HSL | 248.09º | 0.75% | 0.77% | - |
| HSV(B) | 248.09º | 0.37% | 0.94% | - |
| XYZ | 41.9 | 36.21 | 87.22 | - |
| YUV | 164.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 240 | 0.32 | 0.37 | 0 | 0.06 | 248.09 | 0.75 | 0.77 |
| Hex | A3 | 97 | F0 | 20 | 25 | 0 | 6 | F8 | 4B | 4D |
| Octal | 243 | 227 | 360 | 40 | 45 | 0 | 6 | 370 | 113 | 115 |
| Binary | 10100011 | 10010111 | 11110000 | 100000 | 100101 | 0 | 110 | 11111000 | 1001011 | 1001101 |
Color Harmonies of #A397F0
Complementary color
Monochromatic Colors of #A397F0
Black with #A397F0
Text Example
Text Example
White with #A397F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397F0; }
p { color: rgb(163,151,240); }
H1.HeaderClassName
{
color: #A397F0;
}
.AnyTagClassName
{
color: #A397F0;
}
</style>
background-color css
<style>
a { background-color: #A397F0; }
a { background-color: rgb(163,151,240); }
div.DivClassName
{
background-color: #A397F0;
}
.BgClassName
{
background-color: #A397F0;
}
</style>
border-color css
<style>
span { border-color: #A397F0; }
span { border-color: rgb(163,151,240); }
td.TdClassName
{
border-color: #A397F0;
}
.TagClassName
{
border-color: #A397F0;
}
</style>