Shades of Wistful #A397E6
Tints of Wistful #A397E6
RGB
CMYK
RGB Variations
Color information
#A397E6 (or 0xA397E6) is known color: Wistful. HEX triplet: A3, 97 and E6. RGB value is (163,151,230). Sum of RGB (Red+Green+Blue) = 163+151+230=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #A397E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397E6 is #5C6819. Grayscale: #A3A3A3. Windows color (decimal): -6055962 or 15112099. OLE color: 15112099.
HSL color Cylindrical-coordinate representation of color #A397E6: hue angle of 249.11º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A397E6 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 151 | 230 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.10 |
| HSL | 249.11º | 0.61% | 0.75% | - |
| HSV(B) | 249.11º | 0.34% | 0.9% | - |
| XYZ | 40.45 | 35.63 | 79.61 | - |
| YUV | 163.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 230 | 0.29 | 0.34 | 0 | 0.10 | 249.11 | 0.61 | 0.75 |
| Hex | A3 | 97 | E6 | 1D | 22 | 0 | A | F9 | 3D | 4B |
| Octal | 243 | 227 | 346 | 35 | 42 | 0 | 12 | 371 | 75 | 113 |
| Binary | 10100011 | 10010111 | 11100110 | 11101 | 100010 | 0 | 1010 | 11111001 | 111101 | 1001011 |
Color Harmonies of #A397E6
Complementary color
Monochromatic Colors of #A397E6
Black with #A397E6
Text Example
Text Example
White with #A397E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397E6; }
p { color: rgb(163,151,230); }
H1.HeaderClassName
{
color: #A397E6;
}
.AnyTagClassName
{
color: #A397E6;
}
</style>
background-color css
<style>
a { background-color: #A397E6; }
a { background-color: rgb(163,151,230); }
div.DivClassName
{
background-color: #A397E6;
}
.BgClassName
{
background-color: #A397E6;
}
</style>
border-color css
<style>
span { border-color: #A397E6; }
span { border-color: rgb(163,151,230); }
td.TdClassName
{
border-color: #A397E6;
}
.TagClassName
{
border-color: #A397E6;
}
</style>