Shades of Wistful #A49BC1
Tints of Wistful #A49BC1
RGB
CMYK
RGB Variations
Color information
#A49BC1 (or 0xA49BC1) is known color: Wistful. HEX triplet: A4, 9B and C1. RGB value is (164,155,193). Sum of RGB (Red+Green+Blue) = 164+155+193=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #A49BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BC1 is #5B643E. Grayscale: #A1A1A1. Windows color (decimal): -5989439 or 12688292. OLE color: 12688292.
HSL color Cylindrical-coordinate representation of color #A49BC1: hue angle of 254.21º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49BC1 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 155 | 193 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.24 |
| HSL | 254.21º | 0.23% | 0.68% | - |
| HSV(B) | 254.21º | 0.2% | 0.76% | - |
| XYZ | 36.66 | 35.19 | 55.31 | - |
| YUV | 162.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 193 | 0.15 | 0.20 | 0 | 0.24 | 254.21 | 0.23 | 0.68 |
| Hex | A4 | 9B | C1 | F | 14 | 0 | 18 | FE | 17 | 44 |
| Octal | 244 | 233 | 301 | 17 | 24 | 0 | 30 | 376 | 27 | 104 |
| Binary | 10100100 | 10011011 | 11000001 | 1111 | 10100 | 0 | 11000 | 11111110 | 10111 | 1000100 |
Color Harmonies of #A49BC1
Complementary color
Monochromatic Colors of #A49BC1
Black with #A49BC1
Text Example
Text Example
White with #A49BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BC1; }
p { color: rgb(164,155,193); }
H1.HeaderClassName
{
color: #A49BC1;
}
.AnyTagClassName
{
color: #A49BC1;
}
</style>
background-color css
<style>
a { background-color: #A49BC1; }
a { background-color: rgb(164,155,193); }
div.DivClassName
{
background-color: #A49BC1;
}
.BgClassName
{
background-color: #A49BC1;
}
</style>
border-color css
<style>
span { border-color: #A49BC1; }
span { border-color: rgb(164,155,193); }
td.TdClassName
{
border-color: #A49BC1;
}
.TagClassName
{
border-color: #A49BC1;
}
</style>