Shades of Wistful #A39DBF
Tints of Wistful #A39DBF
RGB
CMYK
RGB Variations
Color information
#A39DBF (or 0xA39DBF) is known color: Wistful. HEX triplet: A3, 9D and BF. RGB value is (163,157,191). Sum of RGB (Red+Green+Blue) = 163+157+191=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #A39DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DBF is #5C6240. Grayscale: #A2A2A2. Windows color (decimal): -6054465 or 12557731. OLE color: 12557731.
HSL color Cylindrical-coordinate representation of color #A39DBF: hue angle of 250.59º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39DBF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 157 | 191 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.25 |
| HSL | 250.59º | 0.21% | 0.68% | - |
| HSV(B) | 250.59º | 0.18% | 0.75% | - |
| XYZ | 36.57 | 35.66 | 54.25 | - |
| YUV | 162.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 191 | 0.15 | 0.18 | 0 | 0.25 | 250.59 | 0.21 | 0.68 |
| Hex | A3 | 9D | BF | F | 12 | 0 | 19 | FB | 15 | 44 |
| Octal | 243 | 235 | 277 | 17 | 22 | 0 | 31 | 373 | 25 | 104 |
| Binary | 10100011 | 10011101 | 10111111 | 1111 | 10010 | 0 | 11001 | 11111011 | 10101 | 1000100 |
Color Harmonies of #A39DBF
Complementary color
Monochromatic Colors of #A39DBF
Black with #A39DBF
Text Example
Text Example
White with #A39DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39DBF; }
p { color: rgb(163,157,191); }
H1.HeaderClassName
{
color: #A39DBF;
}
.AnyTagClassName
{
color: #A39DBF;
}
</style>
background-color css
<style>
a { background-color: #A39DBF; }
a { background-color: rgb(163,157,191); }
div.DivClassName
{
background-color: #A39DBF;
}
.BgClassName
{
background-color: #A39DBF;
}
</style>
border-color css
<style>
span { border-color: #A39DBF; }
span { border-color: rgb(163,157,191); }
td.TdClassName
{
border-color: #A39DBF;
}
.TagClassName
{
border-color: #A39DBF;
}
</style>