Shades of Wistful #A3A1E7
Tints of Wistful #A3A1E7
RGB
CMYK
RGB Variations
Color information
#A3A1E7 (or 0xA3A1E7) is known color: Wistful. HEX triplet: A3, A1 and E7. RGB value is (163,161,231). Sum of RGB (Red+Green+Blue) = 163+161+231=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3A1E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A1E7 is #5C5E18. Grayscale: #A9A9A9. Windows color (decimal): -6053401 or 15180195. OLE color: 15180195.
HSL color Cylindrical-coordinate representation of color #A3A1E7: hue angle of 241.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3A1E7 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 161 | 231 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.09 |
| HSL | 241.71º | 0.59% | 0.77% | - |
| HSV(B) | 241.71º | 0.3% | 0.91% | - |
| XYZ | 42.27 | 39.05 | 80.91 | - |
| YUV | 169.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 231 | 0.29 | 0.30 | 0 | 0.09 | 241.71 | 0.59 | 0.77 |
| Hex | A3 | A1 | E7 | 1D | 1E | 0 | 9 | F2 | 3B | 4D |
| Octal | 243 | 241 | 347 | 35 | 36 | 0 | 11 | 362 | 73 | 115 |
| Binary | 10100011 | 10100001 | 11100111 | 11101 | 11110 | 0 | 1001 | 11110010 | 111011 | 1001101 |
Color Harmonies of #A3A1E7
Complementary color
Monochromatic Colors of #A3A1E7
Black with #A3A1E7
Text Example
Text Example
White with #A3A1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A1E7; }
p { color: rgb(163,161,231); }
H1.HeaderClassName
{
color: #A3A1E7;
}
.AnyTagClassName
{
color: #A3A1E7;
}
</style>
background-color css
<style>
a { background-color: #A3A1E7; }
a { background-color: rgb(163,161,231); }
div.DivClassName
{
background-color: #A3A1E7;
}
.BgClassName
{
background-color: #A3A1E7;
}
</style>
border-color css
<style>
span { border-color: #A3A1E7; }
span { border-color: rgb(163,161,231); }
td.TdClassName
{
border-color: #A3A1E7;
}
.TagClassName
{
border-color: #A3A1E7;
}
</style>