Shades of Wistful #A39DDD
Tints of Wistful #A39DDD
RGB
CMYK
RGB Variations
Color information
#A39DDD (or 0xA39DDD) is known color: Wistful. HEX triplet: A3, 9D and DD. RGB value is (163,157,221). Sum of RGB (Red+Green+Blue) = 163+157+221=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A39DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DDD is #5C6222. Grayscale: #A5A5A5. Windows color (decimal): -6054435 or 14523811. OLE color: 14523811.
HSL color Cylindrical-coordinate representation of color #A39DDD: hue angle of 245.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A39DDD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 157 | 221 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.13 |
| HSL | 245.63º | 0.48% | 0.74% | - |
| HSV(B) | 245.63º | 0.29% | 0.87% | - |
| XYZ | 40.21 | 37.12 | 73.45 | - |
| YUV | 166.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 221 | 0.26 | 0.29 | 0 | 0.13 | 245.63 | 0.48 | 0.74 |
| Hex | A3 | 9D | DD | 1A | 1D | 0 | D | F6 | 30 | 4A |
| Octal | 243 | 235 | 335 | 32 | 35 | 0 | 15 | 366 | 60 | 112 |
| Binary | 10100011 | 10011101 | 11011101 | 11010 | 11101 | 0 | 1101 | 11110110 | 110000 | 1001010 |
Color Harmonies of #A39DDD
Complementary color
Monochromatic Colors of #A39DDD
Black with #A39DDD
Text Example
Text Example
White with #A39DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39DDD; }
p { color: rgb(163,157,221); }
H1.HeaderClassName
{
color: #A39DDD;
}
.AnyTagClassName
{
color: #A39DDD;
}
</style>
background-color css
<style>
a { background-color: #A39DDD; }
a { background-color: rgb(163,157,221); }
div.DivClassName
{
background-color: #A39DDD;
}
.BgClassName
{
background-color: #A39DDD;
}
</style>
border-color css
<style>
span { border-color: #A39DDD; }
span { border-color: rgb(163,157,221); }
td.TdClassName
{
border-color: #A39DDD;
}
.TagClassName
{
border-color: #A39DDD;
}
</style>