Shades of Wistful #A39CCD
Tints of Wistful #A39CCD
RGB
CMYK
RGB Variations
Color information
#A39CCD (or 0xA39CCD) is known color: Wistful. HEX triplet: A3, 9C and CD. RGB value is (163,156,205). Sum of RGB (Red+Green+Blue) = 163+156+205=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A39CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CCD is #5C6332. Grayscale: #A3A3A3. Windows color (decimal): -6054707 or 13474979. OLE color: 13474979.
HSL color Cylindrical-coordinate representation of color #A39CCD: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A39CCD is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 156 | 205 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.20 |
| HSL | 248.57º | 0.33% | 0.71% | - |
| HSV(B) | 248.57º | 0.24% | 0.8% | - |
| XYZ | 38.01 | 35.97 | 62.7 | - |
| YUV | 163.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 205 | 0.20 | 0.24 | 0 | 0.20 | 248.57 | 0.33 | 0.71 |
| Hex | A3 | 9C | CD | 14 | 18 | 0 | 14 | F9 | 21 | 47 |
| Octal | 243 | 234 | 315 | 24 | 30 | 0 | 24 | 371 | 41 | 107 |
| Binary | 10100011 | 10011100 | 11001101 | 10100 | 11000 | 0 | 10100 | 11111001 | 100001 | 1000111 |
Color Harmonies of #A39CCD
Complementary color
Monochromatic Colors of #A39CCD
Black with #A39CCD
Text Example
Text Example
White with #A39CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CCD; }
p { color: rgb(163,156,205); }
H1.HeaderClassName
{
color: #A39CCD;
}
.AnyTagClassName
{
color: #A39CCD;
}
</style>
background-color css
<style>
a { background-color: #A39CCD; }
a { background-color: rgb(163,156,205); }
div.DivClassName
{
background-color: #A39CCD;
}
.BgClassName
{
background-color: #A39CCD;
}
</style>
border-color css
<style>
span { border-color: #A39CCD; }
span { border-color: rgb(163,156,205); }
td.TdClassName
{
border-color: #A39CCD;
}
.TagClassName
{
border-color: #A39CCD;
}
</style>