Shades of Wistful #A397EE
Tints of Wistful #A397EE
RGB
CMYK
RGB Variations
Color information
#A397EE (or 0xA397EE) is known color: Wistful. HEX triplet: A3, 97 and EE. RGB value is (163,151,238). Sum of RGB (Red+Green+Blue) = 163+151+238=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #A397EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397EE is #5C6811. Grayscale: #A4A4A4. Windows color (decimal): -6055954 or 15636387. OLE color: 15636387.
HSL color Cylindrical-coordinate representation of color #A397EE: hue angle of 248.28º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A397EE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 151 | 238 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.07 |
| HSL | 248.28º | 0.72% | 0.76% | - |
| HSV(B) | 248.28º | 0.37% | 0.93% | - |
| XYZ | 41.6 | 36.09 | 85.66 | - |
| YUV | 164.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 238 | 0.32 | 0.37 | 0 | 0.07 | 248.28 | 0.72 | 0.76 |
| Hex | A3 | 97 | EE | 20 | 25 | 0 | 7 | F8 | 48 | 4C |
| Octal | 243 | 227 | 356 | 40 | 45 | 0 | 7 | 370 | 110 | 114 |
| Binary | 10100011 | 10010111 | 11101110 | 100000 | 100101 | 0 | 111 | 11111000 | 1001000 | 1001100 |
Color Harmonies of #A397EE
Complementary color
Monochromatic Colors of #A397EE
Black with #A397EE
Text Example
Text Example
White with #A397EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397EE; }
p { color: rgb(163,151,238); }
H1.HeaderClassName
{
color: #A397EE;
}
.AnyTagClassName
{
color: #A397EE;
}
</style>
background-color css
<style>
a { background-color: #A397EE; }
a { background-color: rgb(163,151,238); }
div.DivClassName
{
background-color: #A397EE;
}
.BgClassName
{
background-color: #A397EE;
}
</style>
border-color css
<style>
span { border-color: #A397EE; }
span { border-color: rgb(163,151,238); }
td.TdClassName
{
border-color: #A397EE;
}
.TagClassName
{
border-color: #A397EE;
}
</style>