Shades of Wistful #A49CCD
Tints of Wistful #A49CCD
RGB
CMYK
RGB Variations
Color information
#A49CCD (or 0xA49CCD) is known color: Wistful. HEX triplet: A4, 9C and CD. RGB value is (164,156,205). Sum of RGB (Red+Green+Blue) = 164+156+205=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #A49CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CCD is #5B6332. Grayscale: #A3A3A3. Windows color (decimal): -5989171 or 13474980. OLE color: 13474980.
HSL color Cylindrical-coordinate representation of color #A49CCD: hue angle of 249.8º 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 #A49CCD is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 156 | 205 | - |
| CMYK | 0.2 | 0.24 | 0 | 0.20 |
| HSL | 249.8º | 0.33% | 0.71% | - |
| HSV(B) | 249.8º | 0.24% | 0.8% | - |
| XYZ | 38.22 | 36.08 | 62.71 | - |
| YUV | 163.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 205 | 0.2 | 0.24 | 0 | 0.20 | 249.8 | 0.33 | 0.71 |
| Hex | A4 | 9C | CD | 14 | 18 | 0 | 14 | FA | 21 | 47 |
| Octal | 244 | 234 | 315 | 24 | 30 | 0 | 24 | 372 | 41 | 107 |
| Binary | 10100100 | 10011100 | 11001101 | 10100 | 11000 | 0 | 10100 | 11111010 | 100001 | 1000111 |
Color Harmonies of #A49CCD
Complementary color
Monochromatic Colors of #A49CCD
Black with #A49CCD
Text Example
Text Example
White with #A49CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CCD; }
p { color: rgb(164,156,205); }
H1.HeaderClassName
{
color: #A49CCD;
}
.AnyTagClassName
{
color: #A49CCD;
}
</style>
background-color css
<style>
a { background-color: #A49CCD; }
a { background-color: rgb(164,156,205); }
div.DivClassName
{
background-color: #A49CCD;
}
.BgClassName
{
background-color: #A49CCD;
}
</style>
border-color css
<style>
span { border-color: #A49CCD; }
span { border-color: rgb(164,156,205); }
td.TdClassName
{
border-color: #A49CCD;
}
.TagClassName
{
border-color: #A49CCD;
}
</style>