Shades of Wistful #A39BDD
Tints of Wistful #A39BDD
RGB
CMYK
RGB Variations
Color information
#A39BDD (or 0xA39BDD) is known color: Wistful. HEX triplet: A3, 9B and DD. RGB value is (163,155,221). Sum of RGB (Red+Green+Blue) = 163+155+221=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A39BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BDD is #5C6422. Grayscale: #A4A4A4. Windows color (decimal): -6054947 or 14523299. OLE color: 14523299.
HSL color Cylindrical-coordinate representation of color #A39BDD: hue angle of 247.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39BDD is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 155 | 221 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.13 |
| HSL | 247.27º | 0.49% | 0.74% | - |
| HSV(B) | 247.27º | 0.3% | 0.87% | - |
| XYZ | 39.88 | 36.45 | 73.34 | - |
| YUV | 164.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 221 | 0.26 | 0.30 | 0 | 0.13 | 247.27 | 0.49 | 0.74 |
| Hex | A3 | 9B | DD | 1A | 1E | 0 | D | F7 | 31 | 4A |
| Octal | 243 | 233 | 335 | 32 | 36 | 0 | 15 | 367 | 61 | 112 |
| Binary | 10100011 | 10011011 | 11011101 | 11010 | 11110 | 0 | 1101 | 11110111 | 110001 | 1001010 |
Color Harmonies of #A39BDD
Complementary color
Monochromatic Colors of #A39BDD
Black with #A39BDD
Text Example
Text Example
White with #A39BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BDD; }
p { color: rgb(163,155,221); }
H1.HeaderClassName
{
color: #A39BDD;
}
.AnyTagClassName
{
color: #A39BDD;
}
</style>
background-color css
<style>
a { background-color: #A39BDD; }
a { background-color: rgb(163,155,221); }
div.DivClassName
{
background-color: #A39BDD;
}
.BgClassName
{
background-color: #A39BDD;
}
</style>
border-color css
<style>
span { border-color: #A39BDD; }
span { border-color: rgb(163,155,221); }
td.TdClassName
{
border-color: #A39BDD;
}
.TagClassName
{
border-color: #A39BDD;
}
</style>