Shades of Wistful #A39BD1
Tints of Wistful #A39BD1
RGB
CMYK
RGB Variations
Color information
#A39BD1 (or 0xA39BD1) is known color: Wistful. HEX triplet: A3, 9B and D1. RGB value is (163,155,209). Sum of RGB (Red+Green+Blue) = 163+155+209=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #A39BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BD1 is #5C642E. Grayscale: #A3A3A3. Windows color (decimal): -6054959 or 13736867. OLE color: 13736867.
HSL color Cylindrical-coordinate representation of color #A39BD1: hue angle of 248.89º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39BD1 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 155 | 209 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.18 |
| HSL | 248.89º | 0.37% | 0.71% | - |
| HSV(B) | 248.89º | 0.26% | 0.82% | - |
| XYZ | 38.33 | 35.83 | 65.22 | - |
| YUV | 163.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 209 | 0.22 | 0.26 | 0 | 0.18 | 248.89 | 0.37 | 0.71 |
| Hex | A3 | 9B | D1 | 16 | 1A | 0 | 12 | F9 | 25 | 47 |
| Octal | 243 | 233 | 321 | 26 | 32 | 0 | 22 | 371 | 45 | 107 |
| Binary | 10100011 | 10011011 | 11010001 | 10110 | 11010 | 0 | 10010 | 11111001 | 100101 | 1000111 |
Color Harmonies of #A39BD1
Complementary color
Monochromatic Colors of #A39BD1
Black with #A39BD1
Text Example
Text Example
White with #A39BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BD1; }
p { color: rgb(163,155,209); }
H1.HeaderClassName
{
color: #A39BD1;
}
.AnyTagClassName
{
color: #A39BD1;
}
</style>
background-color css
<style>
a { background-color: #A39BD1; }
a { background-color: rgb(163,155,209); }
div.DivClassName
{
background-color: #A39BD1;
}
.BgClassName
{
background-color: #A39BD1;
}
</style>
border-color css
<style>
span { border-color: #A39BD1; }
span { border-color: rgb(163,155,209); }
td.TdClassName
{
border-color: #A39BD1;
}
.TagClassName
{
border-color: #A39BD1;
}
</style>