Shades of Wistful #A39EC1
Tints of Wistful #A39EC1
RGB
CMYK
RGB Variations
Color information
#A39EC1 (or 0xA39EC1) is known color: Wistful. HEX triplet: A3, 9E and C1. RGB value is (163,158,193). Sum of RGB (Red+Green+Blue) = 163+158+193=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #A39EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EC1 is #5C613E. Grayscale: #A3A3A3. Windows color (decimal): -6054207 or 12689059. OLE color: 12689059.
HSL color Cylindrical-coordinate representation of color #A39EC1: hue angle of 248.57º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39EC1 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 158 | 193 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.24 |
| HSL | 248.57º | 0.22% | 0.69% | - |
| HSV(B) | 248.57º | 0.18% | 0.76% | - |
| XYZ | 36.96 | 36.09 | 55.47 | - |
| YUV | 163.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 158 | 193 | 0.16 | 0.18 | 0 | 0.24 | 248.57 | 0.22 | 0.69 |
| Hex | A3 | 9E | C1 | 10 | 12 | 0 | 18 | F9 | 16 | 45 |
| Octal | 243 | 236 | 301 | 20 | 22 | 0 | 30 | 371 | 26 | 105 |
| Binary | 10100011 | 10011110 | 11000001 | 10000 | 10010 | 0 | 11000 | 11111001 | 10110 | 1000101 |
Color Harmonies of #A39EC1
Complementary color
Monochromatic Colors of #A39EC1
Black with #A39EC1
Text Example
Text Example
White with #A39EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39EC1; }
p { color: rgb(163,158,193); }
H1.HeaderClassName
{
color: #A39EC1;
}
.AnyTagClassName
{
color: #A39EC1;
}
</style>
background-color css
<style>
a { background-color: #A39EC1; }
a { background-color: rgb(163,158,193); }
div.DivClassName
{
background-color: #A39EC1;
}
.BgClassName
{
background-color: #A39EC1;
}
</style>
border-color css
<style>
span { border-color: #A39EC1; }
span { border-color: rgb(163,158,193); }
td.TdClassName
{
border-color: #A39EC1;
}
.TagClassName
{
border-color: #A39EC1;
}
</style>