Shades of Wistful #A39DC3
Tints of Wistful #A39DC3
RGB
CMYK
RGB Variations
Color information
#A39DC3 (or 0xA39DC3) is known color: Wistful. HEX triplet: A3, 9D and C3. RGB value is (163,157,195). Sum of RGB (Red+Green+Blue) = 163+157+195=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #A39DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DC3 is #5C623C. Grayscale: #A2A2A2. Windows color (decimal): -6054461 or 12819875. OLE color: 12819875.
HSL color Cylindrical-coordinate representation of color #A39DC3: hue angle of 249.47º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A39DC3 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 157 | 195 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.24 |
| HSL | 249.47º | 0.24% | 0.69% | - |
| HSV(B) | 249.47º | 0.19% | 0.76% | - |
| XYZ | 37.01 | 35.84 | 56.6 | - |
| YUV | 163.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 195 | 0.16 | 0.19 | 0 | 0.24 | 249.47 | 0.24 | 0.69 |
| Hex | A3 | 9D | C3 | 10 | 13 | 0 | 18 | F9 | 18 | 45 |
| Octal | 243 | 235 | 303 | 20 | 23 | 0 | 30 | 371 | 30 | 105 |
| Binary | 10100011 | 10011101 | 11000011 | 10000 | 10011 | 0 | 11000 | 11111001 | 11000 | 1000101 |
Color Harmonies of #A39DC3
Complementary color
Monochromatic Colors of #A39DC3
Black with #A39DC3
Text Example
Text Example
White with #A39DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39DC3; }
p { color: rgb(163,157,195); }
H1.HeaderClassName
{
color: #A39DC3;
}
.AnyTagClassName
{
color: #A39DC3;
}
</style>
background-color css
<style>
a { background-color: #A39DC3; }
a { background-color: rgb(163,157,195); }
div.DivClassName
{
background-color: #A39DC3;
}
.BgClassName
{
background-color: #A39DC3;
}
</style>
border-color css
<style>
span { border-color: #A39DC3; }
span { border-color: rgb(163,157,195); }
td.TdClassName
{
border-color: #A39DC3;
}
.TagClassName
{
border-color: #A39DC3;
}
</style>