Shades of Wistful #A1A2E9
Tints of Wistful #A1A2E9
RGB
CMYK
RGB Variations
Color information
#A1A2E9 (or 0xA1A2E9) is known color: Wistful. HEX triplet: A1, A2 and E9. RGB value is (161,162,233). Sum of RGB (Red+Green+Blue) = 161+162+233=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #A1A2E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A2E9 is #5E5D16. Grayscale: #A9A9A9. Windows color (decimal): -6184215 or 15311521. OLE color: 15311521.
HSL color Cylindrical-coordinate representation of color #A1A2E9: hue angle of 239.17º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A2E9 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 162 | 233 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.09 |
| HSL | 239.17º | 0.62% | 0.77% | - |
| HSV(B) | 239.17º | 0.31% | 0.91% | - |
| XYZ | 42.33 | 39.3 | 82.45 | - |
| YUV | 169.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 233 | 0.31 | 0.30 | 0 | 0.09 | 239.17 | 0.62 | 0.77 |
| Hex | A1 | A2 | E9 | 1F | 1E | 0 | 9 | EF | 3E | 4D |
| Octal | 241 | 242 | 351 | 37 | 36 | 0 | 11 | 357 | 76 | 115 |
| Binary | 10100001 | 10100010 | 11101001 | 11111 | 11110 | 0 | 1001 | 11101111 | 111110 | 1001101 |
Color Harmonies of #A1A2E9
Complementary color
Monochromatic Colors of #A1A2E9
Black with #A1A2E9
Text Example
Text Example
White with #A1A2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A2E9; }
p { color: rgb(161,162,233); }
H1.HeaderClassName
{
color: #A1A2E9;
}
.AnyTagClassName
{
color: #A1A2E9;
}
</style>
background-color css
<style>
a { background-color: #A1A2E9; }
a { background-color: rgb(161,162,233); }
div.DivClassName
{
background-color: #A1A2E9;
}
.BgClassName
{
background-color: #A1A2E9;
}
</style>
border-color css
<style>
span { border-color: #A1A2E9; }
span { border-color: rgb(161,162,233); }
td.TdClassName
{
border-color: #A1A2E9;
}
.TagClassName
{
border-color: #A1A2E9;
}
</style>