Shades of Wistful #A2A1CF
Tints of Wistful #A2A1CF
RGB
CMYK
RGB Variations
Color information
#A2A1CF (or 0xA2A1CF) is known color: Wistful. HEX triplet: A2, A1 and CF. RGB value is (162,161,207). Sum of RGB (Red+Green+Blue) = 162+161+207=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A1CF is #5D5E30. Grayscale: #A6A6A6. Windows color (decimal): -6118961 or 13607330. OLE color: 13607330.
HSL color Cylindrical-coordinate representation of color #A2A1CF: hue angle of 241.3º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2A1CF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 161 | 207 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.19 |
| HSL | 241.3º | 0.32% | 0.72% | - |
| HSV(B) | 241.3º | 0.22% | 0.81% | - |
| XYZ | 38.91 | 37.68 | 64.25 | - |
| YUV | 166.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 207 | 0.22 | 0.22 | 0 | 0.19 | 241.3 | 0.32 | 0.72 |
| Hex | A2 | A1 | CF | 16 | 16 | 0 | 13 | F1 | 20 | 48 |
| Octal | 242 | 241 | 317 | 26 | 26 | 0 | 23 | 361 | 40 | 110 |
| Binary | 10100010 | 10100001 | 11001111 | 10110 | 10110 | 0 | 10011 | 11110001 | 100000 | 1001000 |
Color Harmonies of #A2A1CF
Complementary color
Monochromatic Colors of #A2A1CF
Black with #A2A1CF
Text Example
Text Example
White with #A2A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A1CF; }
p { color: rgb(162,161,207); }
H1.HeaderClassName
{
color: #A2A1CF;
}
.AnyTagClassName
{
color: #A2A1CF;
}
</style>
background-color css
<style>
a { background-color: #A2A1CF; }
a { background-color: rgb(162,161,207); }
div.DivClassName
{
background-color: #A2A1CF;
}
.BgClassName
{
background-color: #A2A1CF;
}
</style>
border-color css
<style>
span { border-color: #A2A1CF; }
span { border-color: rgb(162,161,207); }
td.TdClassName
{
border-color: #A2A1CF;
}
.TagClassName
{
border-color: #A2A1CF;
}
</style>