Shades of Wistful #A39FEE
Tints of Wistful #A39FEE
RGB
CMYK
RGB Variations
Color information
#A39FEE (or 0xA39FEE) is known color: Wistful. HEX triplet: A3, 9F and EE. RGB value is (163,159,238). Sum of RGB (Red+Green+Blue) = 163+159+238=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #A39FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39FEE is #5C6011. Grayscale: #A8A8A8. Windows color (decimal): -6053906 or 15638435. OLE color: 15638435.
HSL color Cylindrical-coordinate representation of color #A39FEE: hue angle of 243.04º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A39FEE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 159 | 238 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.07 |
| HSL | 243.04º | 0.7% | 0.78% | - |
| HSV(B) | 243.04º | 0.33% | 0.93% | - |
| XYZ | 42.94 | 38.76 | 86.11 | - |
| YUV | 169.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 238 | 0.32 | 0.33 | 0 | 0.07 | 243.04 | 0.7 | 0.78 |
| Hex | A3 | 9F | EE | 20 | 21 | 0 | 7 | F3 | 46 | 4E |
| Octal | 243 | 237 | 356 | 40 | 41 | 0 | 7 | 363 | 106 | 116 |
| Binary | 10100011 | 10011111 | 11101110 | 100000 | 100001 | 0 | 111 | 11110011 | 1000110 | 1001110 |
Color Harmonies of #A39FEE
Complementary color
Monochromatic Colors of #A39FEE
Black with #A39FEE
Text Example
Text Example
White with #A39FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39FEE; }
p { color: rgb(163,159,238); }
H1.HeaderClassName
{
color: #A39FEE;
}
.AnyTagClassName
{
color: #A39FEE;
}
</style>
background-color css
<style>
a { background-color: #A39FEE; }
a { background-color: rgb(163,159,238); }
div.DivClassName
{
background-color: #A39FEE;
}
.BgClassName
{
background-color: #A39FEE;
}
</style>
border-color css
<style>
span { border-color: #A39FEE; }
span { border-color: rgb(163,159,238); }
td.TdClassName
{
border-color: #A39FEE;
}
.TagClassName
{
border-color: #A39FEE;
}
</style>