Shades of Wistful #A3A0E7
Tints of Wistful #A3A0E7
RGB
CMYK
RGB Variations
Color information
#A3A0E7 (or 0xA3A0E7) is known color: Wistful. HEX triplet: A3, A0 and E7. RGB value is (163,160,231). Sum of RGB (Red+Green+Blue) = 163+160+231=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3A0E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A0E7 is #5C5F18. Grayscale: #A8A8A8. Windows color (decimal): -6053657 or 15179939. OLE color: 15179939.
HSL color Cylindrical-coordinate representation of color #A3A0E7: hue angle of 242.54º degrees, saturation: 0.6, 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 #A3A0E7 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 160 | 231 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.09 |
| HSL | 242.54º | 0.6% | 0.77% | - |
| HSV(B) | 242.54º | 0.31% | 0.91% | - |
| XYZ | 42.1 | 38.7 | 80.85 | - |
| YUV | 168.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 231 | 0.29 | 0.31 | 0 | 0.09 | 242.54 | 0.6 | 0.77 |
| Hex | A3 | A0 | E7 | 1D | 1F | 0 | 9 | F3 | 3C | 4D |
| Octal | 243 | 240 | 347 | 35 | 37 | 0 | 11 | 363 | 74 | 115 |
| Binary | 10100011 | 10100000 | 11100111 | 11101 | 11111 | 0 | 1001 | 11110011 | 111100 | 1001101 |
Color Harmonies of #A3A0E7
Complementary color
Monochromatic Colors of #A3A0E7
Black with #A3A0E7
Text Example
Text Example
White with #A3A0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A0E7; }
p { color: rgb(163,160,231); }
H1.HeaderClassName
{
color: #A3A0E7;
}
.AnyTagClassName
{
color: #A3A0E7;
}
</style>
background-color css
<style>
a { background-color: #A3A0E7; }
a { background-color: rgb(163,160,231); }
div.DivClassName
{
background-color: #A3A0E7;
}
.BgClassName
{
background-color: #A3A0E7;
}
</style>
border-color css
<style>
span { border-color: #A3A0E7; }
span { border-color: rgb(163,160,231); }
td.TdClassName
{
border-color: #A3A0E7;
}
.TagClassName
{
border-color: #A3A0E7;
}
</style>