Shades of Wistful #A1A3E8
Tints of Wistful #A1A3E8
RGB
CMYK
RGB Variations
Color information
#A1A3E8 (or 0xA1A3E8) is known color: Wistful. HEX triplet: A1, A3 and E8. RGB value is (161,163,232). Sum of RGB (Red+Green+Blue) = 161+163+232=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1A3E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A3E8 is #5E5C17. Grayscale: #A9A9A9. Windows color (decimal): -6183960 or 15246241. OLE color: 15246241.
HSL color Cylindrical-coordinate representation of color #A1A3E8: hue angle of 238.31º degrees, saturation: 0.61, 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 #A1A3E8 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 163 | 232 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.09 |
| HSL | 238.31º | 0.61% | 0.77% | - |
| HSV(B) | 238.31º | 0.31% | 0.91% | - |
| XYZ | 42.36 | 39.6 | 81.75 | - |
| YUV | 170.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 232 | 0.31 | 0.30 | 0 | 0.09 | 238.31 | 0.61 | 0.77 |
| Hex | A1 | A3 | E8 | 1F | 1E | 0 | 9 | EE | 3D | 4D |
| Octal | 241 | 243 | 350 | 37 | 36 | 0 | 11 | 356 | 75 | 115 |
| Binary | 10100001 | 10100011 | 11101000 | 11111 | 11110 | 0 | 1001 | 11101110 | 111101 | 1001101 |
Color Harmonies of #A1A3E8
Complementary color
Monochromatic Colors of #A1A3E8
Black with #A1A3E8
Text Example
Text Example
White with #A1A3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A3E8; }
p { color: rgb(161,163,232); }
H1.HeaderClassName
{
color: #A1A3E8;
}
.AnyTagClassName
{
color: #A1A3E8;
}
</style>
background-color css
<style>
a { background-color: #A1A3E8; }
a { background-color: rgb(161,163,232); }
div.DivClassName
{
background-color: #A1A3E8;
}
.BgClassName
{
background-color: #A1A3E8;
}
</style>
border-color css
<style>
span { border-color: #A1A3E8; }
span { border-color: rgb(161,163,232); }
td.TdClassName
{
border-color: #A1A3E8;
}
.TagClassName
{
border-color: #A1A3E8;
}
</style>