Shades of Wistful #A1A2E4
Tints of Wistful #A1A2E4
RGB
CMYK
RGB Variations
Color information
#A1A2E4 (or 0xA1A2E4) is known color: Wistful. HEX triplet: A1, A2 and E4. RGB value is (161,162,228). Sum of RGB (Red+Green+Blue) = 161+162+228=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1A2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A2E4 is #5E5D1B. Grayscale: #A8A8A8. Windows color (decimal): -6184220 or 14983841. OLE color: 14983841.
HSL color Cylindrical-coordinate representation of color #A1A2E4: hue angle of 239.1º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1A2E4 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 162 | 228 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.11 |
| HSL | 239.1º | 0.55% | 0.76% | - |
| HSV(B) | 239.1º | 0.29% | 0.89% | - |
| XYZ | 41.62 | 39.02 | 78.74 | - |
| YUV | 169.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 228 | 0.29 | 0.29 | 0 | 0.11 | 239.1 | 0.55 | 0.76 |
| Hex | A1 | A2 | E4 | 1D | 1D | 0 | B | EF | 37 | 4C |
| Octal | 241 | 242 | 344 | 35 | 35 | 0 | 13 | 357 | 67 | 114 |
| Binary | 10100001 | 10100010 | 11100100 | 11101 | 11101 | 0 | 1011 | 11101111 | 110111 | 1001100 |
Color Harmonies of #A1A2E4
Complementary color
Monochromatic Colors of #A1A2E4
Black with #A1A2E4
Text Example
Text Example
White with #A1A2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A2E4; }
p { color: rgb(161,162,228); }
H1.HeaderClassName
{
color: #A1A2E4;
}
.AnyTagClassName
{
color: #A1A2E4;
}
</style>
background-color css
<style>
a { background-color: #A1A2E4; }
a { background-color: rgb(161,162,228); }
div.DivClassName
{
background-color: #A1A2E4;
}
.BgClassName
{
background-color: #A1A2E4;
}
</style>
border-color css
<style>
span { border-color: #A1A2E4; }
span { border-color: rgb(161,162,228); }
td.TdClassName
{
border-color: #A1A2E4;
}
.TagClassName
{
border-color: #A1A2E4;
}
</style>