Shades of Wistful #A49BC3
Tints of Wistful #A49BC3
RGB
CMYK
RGB Variations
Color information
#A49BC3 (or 0xA49BC3) is known color: Wistful. HEX triplet: A4, 9B and C3. RGB value is (164,155,195). Sum of RGB (Red+Green+Blue) = 164+155+195=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #A49BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BC3 is #5B643C. Grayscale: #A2A2A2. Windows color (decimal): -5989437 or 12819364. OLE color: 12819364.
HSL color Cylindrical-coordinate representation of color #A49BC3: hue angle of 253.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49BC3 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 155 | 195 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.24 |
| HSL | 253.5º | 0.25% | 0.69% | - |
| HSV(B) | 253.5º | 0.21% | 0.76% | - |
| XYZ | 36.88 | 35.28 | 56.49 | - |
| YUV | 162.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 195 | 0.16 | 0.21 | 0 | 0.24 | 253.5 | 0.25 | 0.69 |
| Hex | A4 | 9B | C3 | 10 | 15 | 0 | 18 | FE | 19 | 45 |
| Octal | 244 | 233 | 303 | 20 | 25 | 0 | 30 | 376 | 31 | 105 |
| Binary | 10100100 | 10011011 | 11000011 | 10000 | 10101 | 0 | 11000 | 11111110 | 11001 | 1000101 |
Color Harmonies of #A49BC3
Complementary color
Monochromatic Colors of #A49BC3
Black with #A49BC3
Text Example
Text Example
White with #A49BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BC3; }
p { color: rgb(164,155,195); }
H1.HeaderClassName
{
color: #A49BC3;
}
.AnyTagClassName
{
color: #A49BC3;
}
</style>
background-color css
<style>
a { background-color: #A49BC3; }
a { background-color: rgb(164,155,195); }
div.DivClassName
{
background-color: #A49BC3;
}
.BgClassName
{
background-color: #A49BC3;
}
</style>
border-color css
<style>
span { border-color: #A49BC3; }
span { border-color: rgb(164,155,195); }
td.TdClassName
{
border-color: #A49BC3;
}
.TagClassName
{
border-color: #A49BC3;
}
</style>