Shades of Wistful #A4A1C1
Tints of Wistful #A4A1C1
RGB
CMYK
RGB Variations
Color information
#A4A1C1 (or 0xA4A1C1) is known color: Wistful. HEX triplet: A4, A1 and C1. RGB value is (164,161,193). Sum of RGB (Red+Green+Blue) = 164+161+193=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4A1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1C1 is #5B5E3E. Grayscale: #A5A5A5. Windows color (decimal): -5987903 or 12689828. OLE color: 12689828.
HSL color Cylindrical-coordinate representation of color #A4A1C1: hue angle of 245.62º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4A1C1 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 161 | 193 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.24 |
| HSL | 245.63º | 0.21% | 0.69% | - |
| HSV(B) | 245.63º | 0.17% | 0.76% | - |
| XYZ | 37.68 | 37.23 | 55.65 | - |
| YUV | 165.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 193 | 0.15 | 0.17 | 0 | 0.24 | 245.63 | 0.21 | 0.69 |
| Hex | A4 | A1 | C1 | F | 11 | 0 | 18 | F6 | 15 | 45 |
| Octal | 244 | 241 | 301 | 17 | 21 | 0 | 30 | 366 | 25 | 105 |
| Binary | 10100100 | 10100001 | 11000001 | 1111 | 10001 | 0 | 11000 | 11110110 | 10101 | 1000101 |
Color Harmonies of #A4A1C1
Complementary color
Monochromatic Colors of #A4A1C1
Black with #A4A1C1
Text Example
Text Example
White with #A4A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A1C1; }
p { color: rgb(164,161,193); }
H1.HeaderClassName
{
color: #A4A1C1;
}
.AnyTagClassName
{
color: #A4A1C1;
}
</style>
background-color css
<style>
a { background-color: #A4A1C1; }
a { background-color: rgb(164,161,193); }
div.DivClassName
{
background-color: #A4A1C1;
}
.BgClassName
{
background-color: #A4A1C1;
}
</style>
border-color css
<style>
span { border-color: #A4A1C1; }
span { border-color: rgb(164,161,193); }
td.TdClassName
{
border-color: #A4A1C1;
}
.TagClassName
{
border-color: #A4A1C1;
}
</style>