Shades of Wistful #A1A2CF
Tints of Wistful #A1A2CF
RGB
CMYK
RGB Variations
Color information
#A1A2CF (or 0xA1A2CF) is known color: Wistful. HEX triplet: A1, A2 and CF. RGB value is (161,162,207). Sum of RGB (Red+Green+Blue) = 161+162+207=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 162 (63.67% from 255 or 30.57% 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 #A1A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A2CF is #5E5D30. Grayscale: #A6A6A6. Windows color (decimal): -6184241 or 13607585. OLE color: 13607585.
HSL color Cylindrical-coordinate representation of color #A1A2CF: hue angle of 238.7º 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 #A1A2CF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 162 | 207 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.19 |
| HSL | 238.7º | 0.32% | 0.72% | - |
| HSV(B) | 238.7º | 0.22% | 0.81% | - |
| XYZ | 38.88 | 37.92 | 64.3 | - |
| YUV | 166.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 207 | 0.22 | 0.22 | 0 | 0.19 | 238.7 | 0.32 | 0.72 |
| Hex | A1 | A2 | CF | 16 | 16 | 0 | 13 | EF | 20 | 48 |
| Octal | 241 | 242 | 317 | 26 | 26 | 0 | 23 | 357 | 40 | 110 |
| Binary | 10100001 | 10100010 | 11001111 | 10110 | 10110 | 0 | 10011 | 11101111 | 100000 | 1001000 |
Color Harmonies of #A1A2CF
Complementary color
Monochromatic Colors of #A1A2CF
Black with #A1A2CF
Text Example
Text Example
White with #A1A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A2CF; }
p { color: rgb(161,162,207); }
H1.HeaderClassName
{
color: #A1A2CF;
}
.AnyTagClassName
{
color: #A1A2CF;
}
</style>
background-color css
<style>
a { background-color: #A1A2CF; }
a { background-color: rgb(161,162,207); }
div.DivClassName
{
background-color: #A1A2CF;
}
.BgClassName
{
background-color: #A1A2CF;
}
</style>
border-color css
<style>
span { border-color: #A1A2CF; }
span { border-color: rgb(161,162,207); }
td.TdClassName
{
border-color: #A1A2CF;
}
.TagClassName
{
border-color: #A1A2CF;
}
</style>