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