Shades of Wistful #A39FDA
Tints of Wistful #A39FDA
RGB
CMYK
RGB Variations
Color information
#A39FDA (or 0xA39FDA) is known color: Wistful. HEX triplet: A3, 9F and DA. RGB value is (163,159,218). Sum of RGB (Red+Green+Blue) = 163+159+218=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #A39FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FDA is #5C6025. Grayscale: #A6A6A6. Windows color (decimal): -6053926 or 14327715. OLE color: 14327715.
HSL color Cylindrical-coordinate representation of color #A39FDA: hue angle of 244.07º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A39FDA is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 159 | 218 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.15 |
| HSL | 244.07º | 0.44% | 0.74% | - |
| HSV(B) | 244.07º | 0.27% | 0.85% | - |
| XYZ | 40.16 | 37.64 | 71.48 | - |
| YUV | 166.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 218 | 0.25 | 0.27 | 0 | 0.15 | 244.07 | 0.44 | 0.74 |
| Hex | A3 | 9F | DA | 19 | 1B | 0 | F | F4 | 2C | 4A |
| Octal | 243 | 237 | 332 | 31 | 33 | 0 | 17 | 364 | 54 | 112 |
| Binary | 10100011 | 10011111 | 11011010 | 11001 | 11011 | 0 | 1111 | 11110100 | 101100 | 1001010 |
Color Harmonies of #A39FDA
Complementary color
Monochromatic Colors of #A39FDA
Black with #A39FDA
Text Example
Text Example
White with #A39FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39FDA; }
p { color: rgb(163,159,218); }
H1.HeaderClassName
{
color: #A39FDA;
}
.AnyTagClassName
{
color: #A39FDA;
}
</style>
background-color css
<style>
a { background-color: #A39FDA; }
a { background-color: rgb(163,159,218); }
div.DivClassName
{
background-color: #A39FDA;
}
.BgClassName
{
background-color: #A39FDA;
}
</style>
border-color css
<style>
span { border-color: #A39FDA; }
span { border-color: rgb(163,159,218); }
td.TdClassName
{
border-color: #A39FDA;
}
.TagClassName
{
border-color: #A39FDA;
}
</style>