Shades of Wistful #A7A0EE
Tints of Wistful #A7A0EE
RGB
CMYK
RGB Variations
Color information
#A7A0EE (or 0xA7A0EE) is known color: Wistful. HEX triplet: A7, A0 and EE. RGB value is (167,160,238). Sum of RGB (Red+Green+Blue) = 167+160+238=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A0EE is #585F11. Grayscale: #AAAAAA. Windows color (decimal): -5791506 or 15638695. OLE color: 15638695.
HSL color Cylindrical-coordinate representation of color #A7A0EE: hue angle of 245.38º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7A0EE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 160 | 238 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.07 |
| HSL | 245.38º | 0.7% | 0.78% | - |
| HSV(B) | 245.38º | 0.33% | 0.93% | - |
| XYZ | 43.94 | 39.53 | 86.2 | - |
| YUV | 170.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 238 | 0.30 | 0.33 | 0 | 0.07 | 245.38 | 0.7 | 0.78 |
| Hex | A7 | A0 | EE | 1E | 21 | 0 | 7 | F5 | 46 | 4E |
| Octal | 247 | 240 | 356 | 36 | 41 | 0 | 7 | 365 | 106 | 116 |
| Binary | 10100111 | 10100000 | 11101110 | 11110 | 100001 | 0 | 111 | 11110101 | 1000110 | 1001110 |
Color Harmonies of #A7A0EE
Complementary color
Monochromatic Colors of #A7A0EE
Black with #A7A0EE
Text Example
Text Example
White with #A7A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A0EE; }
p { color: rgb(167,160,238); }
H1.HeaderClassName
{
color: #A7A0EE;
}
.AnyTagClassName
{
color: #A7A0EE;
}
</style>
background-color css
<style>
a { background-color: #A7A0EE; }
a { background-color: rgb(167,160,238); }
div.DivClassName
{
background-color: #A7A0EE;
}
.BgClassName
{
background-color: #A7A0EE;
}
</style>
border-color css
<style>
span { border-color: #A7A0EE; }
span { border-color: rgb(167,160,238); }
td.TdClassName
{
border-color: #A7A0EE;
}
.TagClassName
{
border-color: #A7A0EE;
}
</style>