Shades of Wistful #A49CCC
Tints of Wistful #A49CCC
RGB
CMYK
RGB Variations
Color information
#A49CCC (or 0xA49CCC) is known color: Wistful. HEX triplet: A4, 9C and CC. RGB value is (164,156,204). Sum of RGB (Red+Green+Blue) = 164+156+204=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #A49CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CCC is #5B6333. Grayscale: #A3A3A3. Windows color (decimal): -5989172 or 13409444. OLE color: 13409444.
HSL color Cylindrical-coordinate representation of color #A49CCC: hue angle of 250º degrees, saturation: 0.32, 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 #A49CCC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 156 | 204 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.2 |
| HSL | 250º | 0.32% | 0.71% | - |
| HSV(B) | 250º | 0.24% | 0.8% | - |
| XYZ | 38.1 | 36.03 | 62.07 | - |
| YUV | 163.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 204 | 0.20 | 0.24 | 0 | 0.2 | 250 | 0.32 | 0.71 |
| Hex | A4 | 9C | CC | 14 | 18 | 0 | 14 | FA | 20 | 47 |
| Octal | 244 | 234 | 314 | 24 | 30 | 0 | 24 | 372 | 40 | 107 |
| Binary | 10100100 | 10011100 | 11001100 | 10100 | 11000 | 0 | 10100 | 11111010 | 100000 | 1000111 |
Color Harmonies of #A49CCC
Complementary color
Monochromatic Colors of #A49CCC
Black with #A49CCC
Text Example
Text Example
White with #A49CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CCC; }
p { color: rgb(164,156,204); }
H1.HeaderClassName
{
color: #A49CCC;
}
.AnyTagClassName
{
color: #A49CCC;
}
</style>
background-color css
<style>
a { background-color: #A49CCC; }
a { background-color: rgb(164,156,204); }
div.DivClassName
{
background-color: #A49CCC;
}
.BgClassName
{
background-color: #A49CCC;
}
</style>
border-color css
<style>
span { border-color: #A49CCC; }
span { border-color: rgb(164,156,204); }
td.TdClassName
{
border-color: #A49CCC;
}
.TagClassName
{
border-color: #A49CCC;
}
</style>