Shades of Wistful #A39AD6
Tints of Wistful #A39AD6
RGB
CMYK
RGB Variations
Color information
#A39AD6 (or 0xA39AD6) is known color: Wistful. HEX triplet: A3, 9A and D6. RGB value is (163,154,214). Sum of RGB (Red+Green+Blue) = 163+154+214=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #A39AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39AD6 is #5C6529. Grayscale: #A3A3A3. Windows color (decimal): -6055210 or 14064291. OLE color: 14064291.
HSL color Cylindrical-coordinate representation of color #A39AD6: hue angle of 249º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A39AD6 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 154 | 214 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.16 |
| HSL | 249º | 0.42% | 0.72% | - |
| HSV(B) | 249º | 0.28% | 0.84% | - |
| XYZ | 38.8 | 35.75 | 68.47 | - |
| YUV | 163.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 214 | 0.24 | 0.28 | 0 | 0.16 | 249 | 0.42 | 0.72 |
| Hex | A3 | 9A | D6 | 18 | 1C | 0 | 10 | F9 | 2A | 48 |
| Octal | 243 | 232 | 326 | 30 | 34 | 0 | 20 | 371 | 52 | 110 |
| Binary | 10100011 | 10011010 | 11010110 | 11000 | 11100 | 0 | 10000 | 11111001 | 101010 | 1001000 |
Color Harmonies of #A39AD6
Complementary color
Monochromatic Colors of #A39AD6
Black with #A39AD6
Text Example
Text Example
White with #A39AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39AD6; }
p { color: rgb(163,154,214); }
H1.HeaderClassName
{
color: #A39AD6;
}
.AnyTagClassName
{
color: #A39AD6;
}
</style>
background-color css
<style>
a { background-color: #A39AD6; }
a { background-color: rgb(163,154,214); }
div.DivClassName
{
background-color: #A39AD6;
}
.BgClassName
{
background-color: #A39AD6;
}
</style>
border-color css
<style>
span { border-color: #A39AD6; }
span { border-color: rgb(163,154,214); }
td.TdClassName
{
border-color: #A39AD6;
}
.TagClassName
{
border-color: #A39AD6;
}
</style>