Shades of Wistful #A7A0E0
Tints of Wistful #A7A0E0
RGB
CMYK
RGB Variations
Color information
#A7A0E0 (or 0xA7A0E0) is known color: Wistful. HEX triplet: A7, A0 and E0. RGB value is (167,160,224). Sum of RGB (Red+Green+Blue) = 167+160+224=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #A7A0E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A0E0 is #585F1F. Grayscale: #A9A9A9. Windows color (decimal): -5791520 or 14721191. OLE color: 14721191.
HSL color Cylindrical-coordinate representation of color #A7A0E0: hue angle of 246.56º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7A0E0 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 160 | 224 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.12 |
| HSL | 246.56º | 0.51% | 0.75% | - |
| HSV(B) | 246.56º | 0.29% | 0.88% | - |
| XYZ | 41.96 | 38.74 | 75.79 | - |
| YUV | 169.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 224 | 0.25 | 0.29 | 0 | 0.12 | 246.56 | 0.51 | 0.75 |
| Hex | A7 | A0 | E0 | 19 | 1D | 0 | C | F7 | 33 | 4B |
| Octal | 247 | 240 | 340 | 31 | 35 | 0 | 14 | 367 | 63 | 113 |
| Binary | 10100111 | 10100000 | 11100000 | 11001 | 11101 | 0 | 1100 | 11110111 | 110011 | 1001011 |
Color Harmonies of #A7A0E0
Complementary color
Monochromatic Colors of #A7A0E0
Black with #A7A0E0
Text Example
Text Example
White with #A7A0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A0E0; }
p { color: rgb(167,160,224); }
H1.HeaderClassName
{
color: #A7A0E0;
}
.AnyTagClassName
{
color: #A7A0E0;
}
</style>
background-color css
<style>
a { background-color: #A7A0E0; }
a { background-color: rgb(167,160,224); }
div.DivClassName
{
background-color: #A7A0E0;
}
.BgClassName
{
background-color: #A7A0E0;
}
</style>
border-color css
<style>
span { border-color: #A7A0E0; }
span { border-color: rgb(167,160,224); }
td.TdClassName
{
border-color: #A7A0E0;
}
.TagClassName
{
border-color: #A7A0E0;
}
</style>