Shades of Wistful #A8A0EA
Tints of Wistful #A8A0EA
RGB
CMYK
RGB Variations
Color information
#A8A0EA (or 0xA8A0EA) is known color: Wistful. HEX triplet: A8, A0 and EA. RGB value is (168,160,234). Sum of RGB (Red+Green+Blue) = 168+160+234=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A0EA is #575F15. Grayscale: #AAAAAA. Windows color (decimal): -5725974 or 15376552. OLE color: 15376552.
HSL color Cylindrical-coordinate representation of color #A8A0EA: hue angle of 246.49º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A0EA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 160 | 234 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.08 |
| HSL | 246.49º | 0.64% | 0.77% | - |
| HSV(B) | 246.49º | 0.32% | 0.92% | - |
| XYZ | 43.57 | 39.41 | 83.15 | - |
| YUV | 170.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 234 | 0.28 | 0.32 | 0 | 0.08 | 246.49 | 0.64 | 0.77 |
| Hex | A8 | A0 | EA | 1C | 20 | 0 | 8 | F6 | 40 | 4D |
| Octal | 250 | 240 | 352 | 34 | 40 | 0 | 10 | 366 | 100 | 115 |
| Binary | 10101000 | 10100000 | 11101010 | 11100 | 100000 | 0 | 1000 | 11110110 | 1000000 | 1001101 |
Color Harmonies of #A8A0EA
Complementary color
Monochromatic Colors of #A8A0EA
Black with #A8A0EA
Text Example
Text Example
White with #A8A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A0EA; }
p { color: rgb(168,160,234); }
H1.HeaderClassName
{
color: #A8A0EA;
}
.AnyTagClassName
{
color: #A8A0EA;
}
</style>
background-color css
<style>
a { background-color: #A8A0EA; }
a { background-color: rgb(168,160,234); }
div.DivClassName
{
background-color: #A8A0EA;
}
.BgClassName
{
background-color: #A8A0EA;
}
</style>
border-color css
<style>
span { border-color: #A8A0EA; }
span { border-color: rgb(168,160,234); }
td.TdClassName
{
border-color: #A8A0EA;
}
.TagClassName
{
border-color: #A8A0EA;
}
</style>