Shades of Wistful #A49BC0
Tints of Wistful #A49BC0
RGB
CMYK
RGB Variations
Color information
#A49BC0 (or 0xA49BC0) is known color: Wistful. HEX triplet: A4, 9B and C0. RGB value is (164,155,192). Sum of RGB (Red+Green+Blue) = 164+155+192=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #A49BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BC0 is #5B643F. Grayscale: #A1A1A1. Windows color (decimal): -5989440 or 12622756. OLE color: 12622756.
HSL color Cylindrical-coordinate representation of color #A49BC0: hue angle of 254.59º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A49BC0 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 155 | 192 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.25 |
| HSL | 254.59º | 0.23% | 0.68% | - |
| HSV(B) | 254.59º | 0.19% | 0.75% | - |
| XYZ | 36.55 | 35.14 | 54.73 | - |
| YUV | 161.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 192 | 0.15 | 0.19 | 0 | 0.25 | 254.59 | 0.23 | 0.68 |
| Hex | A4 | 9B | C0 | F | 13 | 0 | 19 | FF | 17 | 44 |
| Octal | 244 | 233 | 300 | 17 | 23 | 0 | 31 | 377 | 27 | 104 |
| Binary | 10100100 | 10011011 | 11000000 | 1111 | 10011 | 0 | 11001 | 11111111 | 10111 | 1000100 |
Color Harmonies of #A49BC0
Complementary color
Monochromatic Colors of #A49BC0
Black with #A49BC0
Text Example
Text Example
White with #A49BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BC0; }
p { color: rgb(164,155,192); }
H1.HeaderClassName
{
color: #A49BC0;
}
.AnyTagClassName
{
color: #A49BC0;
}
</style>
background-color css
<style>
a { background-color: #A49BC0; }
a { background-color: rgb(164,155,192); }
div.DivClassName
{
background-color: #A49BC0;
}
.BgClassName
{
background-color: #A49BC0;
}
</style>
border-color css
<style>
span { border-color: #A49BC0; }
span { border-color: rgb(164,155,192); }
td.TdClassName
{
border-color: #A49BC0;
}
.TagClassName
{
border-color: #A49BC0;
}
</style>