Shades of Wistful #A8A0EE
Tints of Wistful #A8A0EE
RGB
CMYK
RGB Variations
Color information
#A8A0EE (or 0xA8A0EE) is known color: Wistful. HEX triplet: A8, A0 and EE. RGB value is (168,160,238). Sum of RGB (Red+Green+Blue) = 168+160+238=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A0EE is #575F11. Grayscale: #AAAAAA. Windows color (decimal): -5725970 or 15638696. OLE color: 15638696.
HSL color Cylindrical-coordinate representation of color #A8A0EE: hue angle of 246.15º 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 #A8A0EE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 160 | 238 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.07 |
| HSL | 246.15º | 0.7% | 0.78% | - |
| HSV(B) | 246.15º | 0.33% | 0.93% | - |
| XYZ | 44.15 | 39.64 | 86.21 | - |
| YUV | 171.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 238 | 0.29 | 0.33 | 0 | 0.07 | 246.15 | 0.7 | 0.78 |
| Hex | A8 | A0 | EE | 1D | 21 | 0 | 7 | F6 | 46 | 4E |
| Octal | 250 | 240 | 356 | 35 | 41 | 0 | 7 | 366 | 106 | 116 |
| Binary | 10101000 | 10100000 | 11101110 | 11101 | 100001 | 0 | 111 | 11110110 | 1000110 | 1001110 |
Color Harmonies of #A8A0EE
Complementary color
Monochromatic Colors of #A8A0EE
Black with #A8A0EE
Text Example
Text Example
White with #A8A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A0EE; }
p { color: rgb(168,160,238); }
H1.HeaderClassName
{
color: #A8A0EE;
}
.AnyTagClassName
{
color: #A8A0EE;
}
</style>
background-color css
<style>
a { background-color: #A8A0EE; }
a { background-color: rgb(168,160,238); }
div.DivClassName
{
background-color: #A8A0EE;
}
.BgClassName
{
background-color: #A8A0EE;
}
</style>
border-color css
<style>
span { border-color: #A8A0EE; }
span { border-color: rgb(168,160,238); }
td.TdClassName
{
border-color: #A8A0EE;
}
.TagClassName
{
border-color: #A8A0EE;
}
</style>