Shades of Wistful #A7A2EE
Tints of Wistful #A7A2EE
RGB
CMYK
RGB Variations
Color information
#A7A2EE (or 0xA7A2EE) is known color: Wistful. HEX triplet: A7, A2 and EE. RGB value is (167,162,238). Sum of RGB (Red+Green+Blue) = 167+162+238=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A2EE is #585D11. Grayscale: #ABABAB. Windows color (decimal): -5790994 or 15639207. OLE color: 15639207.
HSL color Cylindrical-coordinate representation of color #A7A2EE: hue angle of 243.95º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7A2EE is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 162 | 238 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.07 |
| HSL | 243.95º | 0.69% | 0.78% | - |
| HSV(B) | 243.95º | 0.32% | 0.93% | - |
| XYZ | 44.29 | 40.23 | 86.32 | - |
| YUV | 172.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 238 | 0.30 | 0.32 | 0 | 0.07 | 243.95 | 0.69 | 0.78 |
| Hex | A7 | A2 | EE | 1E | 20 | 0 | 7 | F4 | 45 | 4E |
| Octal | 247 | 242 | 356 | 36 | 40 | 0 | 7 | 364 | 105 | 116 |
| Binary | 10100111 | 10100010 | 11101110 | 11110 | 100000 | 0 | 111 | 11110100 | 1000101 | 1001110 |
Color Harmonies of #A7A2EE
Complementary color
Monochromatic Colors of #A7A2EE
Black with #A7A2EE
Text Example
Text Example
White with #A7A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A2EE; }
p { color: rgb(167,162,238); }
H1.HeaderClassName
{
color: #A7A2EE;
}
.AnyTagClassName
{
color: #A7A2EE;
}
</style>
background-color css
<style>
a { background-color: #A7A2EE; }
a { background-color: rgb(167,162,238); }
div.DivClassName
{
background-color: #A7A2EE;
}
.BgClassName
{
background-color: #A7A2EE;
}
</style>
border-color css
<style>
span { border-color: #A7A2EE; }
span { border-color: rgb(167,162,238); }
td.TdClassName
{
border-color: #A7A2EE;
}
.TagClassName
{
border-color: #A7A2EE;
}
</style>