Shades of Wistful #A49AC1
Tints of Wistful #A49AC1
RGB
CMYK
RGB Variations
Color information
#A49AC1 (or 0xA49AC1) is known color: Wistful. HEX triplet: A4, 9A and C1. RGB value is (164,154,193). Sum of RGB (Red+Green+Blue) = 164+154+193=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #A49AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49AC1 is #5B653E. Grayscale: #A1A1A1. Windows color (decimal): -5989695 or 12688036. OLE color: 12688036.
HSL color Cylindrical-coordinate representation of color #A49AC1: hue angle of 255.38º degrees, saturation: 0.24, 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 #A49AC1 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 154 | 193 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.24 |
| HSL | 255.38º | 0.24% | 0.68% | - |
| HSV(B) | 255.38º | 0.2% | 0.76% | - |
| XYZ | 36.49 | 34.85 | 55.26 | - |
| YUV | 161.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 193 | 0.15 | 0.20 | 0 | 0.24 | 255.38 | 0.24 | 0.68 |
| Hex | A4 | 9A | C1 | F | 14 | 0 | 18 | FF | 18 | 44 |
| Octal | 244 | 232 | 301 | 17 | 24 | 0 | 30 | 377 | 30 | 104 |
| Binary | 10100100 | 10011010 | 11000001 | 1111 | 10100 | 0 | 11000 | 11111111 | 11000 | 1000100 |
Color Harmonies of #A49AC1
Complementary color
Monochromatic Colors of #A49AC1
Black with #A49AC1
Text Example
Text Example
White with #A49AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AC1; }
p { color: rgb(164,154,193); }
H1.HeaderClassName
{
color: #A49AC1;
}
.AnyTagClassName
{
color: #A49AC1;
}
</style>
background-color css
<style>
a { background-color: #A49AC1; }
a { background-color: rgb(164,154,193); }
div.DivClassName
{
background-color: #A49AC1;
}
.BgClassName
{
background-color: #A49AC1;
}
</style>
border-color css
<style>
span { border-color: #A49AC1; }
span { border-color: rgb(164,154,193); }
td.TdClassName
{
border-color: #A49AC1;
}
.TagClassName
{
border-color: #A49AC1;
}
</style>