Shades of Wistful #A397F6
Tints of Wistful #A397F6
RGB
CMYK
RGB Variations
Color information
#A397F6 (or 0xA397F6) is known color: Wistful. HEX triplet: A3, 97 and F6. RGB value is (163,151,246). Sum of RGB (Red+Green+Blue) = 163+151+246=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #A397F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397F6 is #5C6809. Grayscale: #A5A5A5. Windows color (decimal): -6055946 or 16160675. OLE color: 16160675.
HSL color Cylindrical-coordinate representation of color #A397F6: hue angle of 247.58º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A397F6 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 151 | 246 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.04 |
| HSL | 247.58º | 0.84% | 0.78% | - |
| HSV(B) | 247.58º | 0.39% | 0.96% | - |
| XYZ | 42.81 | 36.57 | 91.99 | - |
| YUV | 165.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 246 | 0.34 | 0.39 | 0 | 0.04 | 247.58 | 0.84 | 0.78 |
| Hex | A3 | 97 | F6 | 22 | 27 | 0 | 4 | F8 | 54 | 4E |
| Octal | 243 | 227 | 366 | 42 | 47 | 0 | 4 | 370 | 124 | 116 |
| Binary | 10100011 | 10010111 | 11110110 | 100010 | 100111 | 0 | 100 | 11111000 | 1010100 | 1001110 |
Color Harmonies of #A397F6
Complementary color
Monochromatic Colors of #A397F6
Black with #A397F6
Text Example
Text Example
White with #A397F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397F6; }
p { color: rgb(163,151,246); }
H1.HeaderClassName
{
color: #A397F6;
}
.AnyTagClassName
{
color: #A397F6;
}
</style>
background-color css
<style>
a { background-color: #A397F6; }
a { background-color: rgb(163,151,246); }
div.DivClassName
{
background-color: #A397F6;
}
.BgClassName
{
background-color: #A397F6;
}
</style>
border-color css
<style>
span { border-color: #A397F6; }
span { border-color: rgb(163,151,246); }
td.TdClassName
{
border-color: #A397F6;
}
.TagClassName
{
border-color: #A397F6;
}
</style>