Shades of Wistful #A2A0EE
Tints of Wistful #A2A0EE
RGB
CMYK
RGB Variations
Color information
#A2A0EE (or 0xA2A0EE) is known color: Wistful. HEX triplet: A2, A0 and EE. RGB value is (162,160,238). Sum of RGB (Red+Green+Blue) = 162+160+238=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A0EE is #5D5F11. Grayscale: #A9A9A9. Windows color (decimal): -6119186 or 15638690. OLE color: 15638690.
HSL color Cylindrical-coordinate representation of color #A2A0EE: hue angle of 241.54º 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 #A2A0EE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 160 | 238 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.07 |
| HSL | 241.54º | 0.7% | 0.78% | - |
| HSV(B) | 241.54º | 0.33% | 0.93% | - |
| XYZ | 42.9 | 39 | 86.15 | - |
| YUV | 169.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 238 | 0.32 | 0.33 | 0 | 0.07 | 241.54 | 0.7 | 0.78 |
| Hex | A2 | A0 | EE | 20 | 21 | 0 | 7 | F2 | 46 | 4E |
| Octal | 242 | 240 | 356 | 40 | 41 | 0 | 7 | 362 | 106 | 116 |
| Binary | 10100010 | 10100000 | 11101110 | 100000 | 100001 | 0 | 111 | 11110010 | 1000110 | 1001110 |
Color Harmonies of #A2A0EE
Complementary color
Monochromatic Colors of #A2A0EE
Black with #A2A0EE
Text Example
Text Example
White with #A2A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A0EE; }
p { color: rgb(162,160,238); }
H1.HeaderClassName
{
color: #A2A0EE;
}
.AnyTagClassName
{
color: #A2A0EE;
}
</style>
background-color css
<style>
a { background-color: #A2A0EE; }
a { background-color: rgb(162,160,238); }
div.DivClassName
{
background-color: #A2A0EE;
}
.BgClassName
{
background-color: #A2A0EE;
}
</style>
border-color css
<style>
span { border-color: #A2A0EE; }
span { border-color: rgb(162,160,238); }
td.TdClassName
{
border-color: #A2A0EE;
}
.TagClassName
{
border-color: #A2A0EE;
}
</style>