Shades of Wistful #A3A1EC
Tints of Wistful #A3A1EC
RGB
CMYK
RGB Variations
Color information
#A3A1EC (or 0xA3A1EC) is known color: Wistful. HEX triplet: A3, A1 and EC. RGB value is (163,161,236). Sum of RGB (Red+Green+Blue) = 163+161+236=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3A1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A1EC is #5C5E13. Grayscale: #A9A9A9. Windows color (decimal): -6053396 or 15507875. OLE color: 15507875.
HSL color Cylindrical-coordinate representation of color #A3A1EC: hue angle of 241.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3A1EC is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 161 | 236 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.07 |
| HSL | 241.6º | 0.66% | 0.78% | - |
| HSV(B) | 241.6º | 0.32% | 0.93% | - |
| XYZ | 42.99 | 39.33 | 84.68 | - |
| YUV | 170.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 236 | 0.31 | 0.32 | 0 | 0.07 | 241.6 | 0.66 | 0.78 |
| Hex | A3 | A1 | EC | 1F | 20 | 0 | 7 | F2 | 42 | 4E |
| Octal | 243 | 241 | 354 | 37 | 40 | 0 | 7 | 362 | 102 | 116 |
| Binary | 10100011 | 10100001 | 11101100 | 11111 | 100000 | 0 | 111 | 11110010 | 1000010 | 1001110 |
Color Harmonies of #A3A1EC
Complementary color
Monochromatic Colors of #A3A1EC
Black with #A3A1EC
Text Example
Text Example
White with #A3A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A1EC; }
p { color: rgb(163,161,236); }
H1.HeaderClassName
{
color: #A3A1EC;
}
.AnyTagClassName
{
color: #A3A1EC;
}
</style>
background-color css
<style>
a { background-color: #A3A1EC; }
a { background-color: rgb(163,161,236); }
div.DivClassName
{
background-color: #A3A1EC;
}
.BgClassName
{
background-color: #A3A1EC;
}
</style>
border-color css
<style>
span { border-color: #A3A1EC; }
span { border-color: rgb(163,161,236); }
td.TdClassName
{
border-color: #A3A1EC;
}
.TagClassName
{
border-color: #A3A1EC;
}
</style>