Shades of Wistful #A39DE6
Tints of Wistful #A39DE6
RGB
CMYK
RGB Variations
Color information
#A39DE6 (or 0xA39DE6) is known color: Wistful. HEX triplet: A3, 9D and E6. RGB value is (163,157,230). Sum of RGB (Red+Green+Blue) = 163+157+230=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #A39DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39DE6 is #5C6219. Grayscale: #A6A6A6. Windows color (decimal): -6054426 or 15113635. OLE color: 15113635.
HSL color Cylindrical-coordinate representation of color #A39DE6: hue angle of 244.93º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A39DE6 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 157 | 230 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.10 |
| HSL | 244.93º | 0.59% | 0.76% | - |
| HSV(B) | 244.93º | 0.32% | 0.9% | - |
| XYZ | 41.44 | 37.61 | 79.94 | - |
| YUV | 167.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 230 | 0.29 | 0.32 | 0 | 0.10 | 244.93 | 0.59 | 0.76 |
| Hex | A3 | 9D | E6 | 1D | 20 | 0 | A | F5 | 3B | 4C |
| Octal | 243 | 235 | 346 | 35 | 40 | 0 | 12 | 365 | 73 | 114 |
| Binary | 10100011 | 10011101 | 11100110 | 11101 | 100000 | 0 | 1010 | 11110101 | 111011 | 1001100 |
Color Harmonies of #A39DE6
Complementary color
Monochromatic Colors of #A39DE6
Black with #A39DE6
Text Example
Text Example
White with #A39DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39DE6; }
p { color: rgb(163,157,230); }
H1.HeaderClassName
{
color: #A39DE6;
}
.AnyTagClassName
{
color: #A39DE6;
}
</style>
background-color css
<style>
a { background-color: #A39DE6; }
a { background-color: rgb(163,157,230); }
div.DivClassName
{
background-color: #A39DE6;
}
.BgClassName
{
background-color: #A39DE6;
}
</style>
border-color css
<style>
span { border-color: #A39DE6; }
span { border-color: rgb(163,157,230); }
td.TdClassName
{
border-color: #A39DE6;
}
.TagClassName
{
border-color: #A39DE6;
}
</style>