Shades of Wistful #A2A1C1
Tints of Wistful #A2A1C1
RGB
CMYK
RGB Variations
Color information
#A2A1C1 (or 0xA2A1C1) is known color: Wistful. HEX triplet: A2, A1 and C1. RGB value is (162,161,193). Sum of RGB (Red+Green+Blue) = 162+161+193=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #A2A1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A1C1 is #5D5E3E. Grayscale: #A4A4A4. Windows color (decimal): -6118975 or 12689826. OLE color: 12689826.
HSL color Cylindrical-coordinate representation of color #A2A1C1: hue angle of 241.88º 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 #A2A1C1 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 161 | 193 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.24 |
| HSL | 241.88º | 0.21% | 0.69% | - |
| HSV(B) | 241.88º | 0.17% | 0.76% | - |
| XYZ | 37.27 | 37.02 | 55.63 | - |
| YUV | 164.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 193 | 0.16 | 0.17 | 0 | 0.24 | 241.88 | 0.21 | 0.69 |
| Hex | A2 | A1 | C1 | 10 | 11 | 0 | 18 | F2 | 15 | 45 |
| Octal | 242 | 241 | 301 | 20 | 21 | 0 | 30 | 362 | 25 | 105 |
| Binary | 10100010 | 10100001 | 11000001 | 10000 | 10001 | 0 | 11000 | 11110010 | 10101 | 1000101 |
Color Harmonies of #A2A1C1
Complementary color
Monochromatic Colors of #A2A1C1
Black with #A2A1C1
Text Example
Text Example
White with #A2A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A1C1; }
p { color: rgb(162,161,193); }
H1.HeaderClassName
{
color: #A2A1C1;
}
.AnyTagClassName
{
color: #A2A1C1;
}
</style>
background-color css
<style>
a { background-color: #A2A1C1; }
a { background-color: rgb(162,161,193); }
div.DivClassName
{
background-color: #A2A1C1;
}
.BgClassName
{
background-color: #A2A1C1;
}
</style>
border-color css
<style>
span { border-color: #A2A1C1; }
span { border-color: rgb(162,161,193); }
td.TdClassName
{
border-color: #A2A1C1;
}
.TagClassName
{
border-color: #A2A1C1;
}
</style>