Shades of Wistful #A3A1E5
Tints of Wistful #A3A1E5
RGB
CMYK
RGB Variations
Color information
#A3A1E5 (or 0xA3A1E5) is known color: Wistful. HEX triplet: A3, A1 and E5. RGB value is (163,161,229). Sum of RGB (Red+Green+Blue) = 163+161+229=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3A1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A1E5 is #5C5E1A. Grayscale: #A9A9A9. Windows color (decimal): -6053403 or 15049123. OLE color: 15049123.
HSL color Cylindrical-coordinate representation of color #A3A1E5: hue angle of 241.76º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3A1E5 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 161 | 229 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.10 |
| HSL | 241.76º | 0.57% | 0.76% | - |
| HSV(B) | 241.76º | 0.3% | 0.9% | - |
| XYZ | 41.99 | 38.93 | 79.43 | - |
| YUV | 169.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 229 | 0.29 | 0.30 | 0 | 0.10 | 241.76 | 0.57 | 0.76 |
| Hex | A3 | A1 | E5 | 1D | 1E | 0 | A | F2 | 39 | 4C |
| Octal | 243 | 241 | 345 | 35 | 36 | 0 | 12 | 362 | 71 | 114 |
| Binary | 10100011 | 10100001 | 11100101 | 11101 | 11110 | 0 | 1010 | 11110010 | 111001 | 1001100 |
Color Harmonies of #A3A1E5
Complementary color
Monochromatic Colors of #A3A1E5
Black with #A3A1E5
Text Example
Text Example
White with #A3A1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A1E5; }
p { color: rgb(163,161,229); }
H1.HeaderClassName
{
color: #A3A1E5;
}
.AnyTagClassName
{
color: #A3A1E5;
}
</style>
background-color css
<style>
a { background-color: #A3A1E5; }
a { background-color: rgb(163,161,229); }
div.DivClassName
{
background-color: #A3A1E5;
}
.BgClassName
{
background-color: #A3A1E5;
}
</style>
border-color css
<style>
span { border-color: #A3A1E5; }
span { border-color: rgb(163,161,229); }
td.TdClassName
{
border-color: #A3A1E5;
}
.TagClassName
{
border-color: #A3A1E5;
}
</style>