Shades of Wistful #A39EEF
Tints of Wistful #A39EEF
RGB
CMYK
RGB Variations
Color information
#A39EEF (or 0xA39EEF) is known color: Wistful. HEX triplet: A3, 9E and EF. RGB value is (163,158,239). Sum of RGB (Red+Green+Blue) = 163+158+239=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #A39EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39EEF is #5C6110. Grayscale: #A8A8A8. Windows color (decimal): -6054161 or 15703715. OLE color: 15703715.
HSL color Cylindrical-coordinate representation of color #A39EEF: hue angle of 243.7º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A39EEF is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 158 | 239 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.06 |
| HSL | 243.7º | 0.72% | 0.78% | - |
| HSV(B) | 243.7º | 0.34% | 0.94% | - |
| XYZ | 42.91 | 38.47 | 86.83 | - |
| YUV | 168.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 158 | 239 | 0.32 | 0.34 | 0 | 0.06 | 243.7 | 0.72 | 0.78 |
| Hex | A3 | 9E | EF | 20 | 22 | 0 | 6 | F4 | 48 | 4E |
| Octal | 243 | 236 | 357 | 40 | 42 | 0 | 6 | 364 | 110 | 116 |
| Binary | 10100011 | 10011110 | 11101111 | 100000 | 100010 | 0 | 110 | 11110100 | 1001000 | 1001110 |
Color Harmonies of #A39EEF
Complementary color
Monochromatic Colors of #A39EEF
Black with #A39EEF
Text Example
Text Example
White with #A39EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39EEF; }
p { color: rgb(163,158,239); }
H1.HeaderClassName
{
color: #A39EEF;
}
.AnyTagClassName
{
color: #A39EEF;
}
</style>
background-color css
<style>
a { background-color: #A39EEF; }
a { background-color: rgb(163,158,239); }
div.DivClassName
{
background-color: #A39EEF;
}
.BgClassName
{
background-color: #A39EEF;
}
</style>
border-color css
<style>
span { border-color: #A39EEF; }
span { border-color: rgb(163,158,239); }
td.TdClassName
{
border-color: #A39EEF;
}
.TagClassName
{
border-color: #A39EEF;
}
</style>