Shades of Wistful #A6A0EA
Tints of Wistful #A6A0EA
RGB
CMYK
RGB Variations
Color information
#A6A0EA (or 0xA6A0EA) is known color: Wistful. HEX triplet: A6, A0 and EA. RGB value is (166,160,234). Sum of RGB (Red+Green+Blue) = 166+160+234=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A0EA is #595F15. Grayscale: #A9A9A9. Windows color (decimal): -5857046 or 15376550. OLE color: 15376550.
HSL color Cylindrical-coordinate representation of color #A6A0EA: hue angle of 244.86º 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 #A6A0EA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 160 | 234 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.08 |
| HSL | 244.86º | 0.64% | 0.77% | - |
| HSV(B) | 244.86º | 0.32% | 0.92% | - |
| XYZ | 43.15 | 39.19 | 83.13 | - |
| YUV | 170.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 234 | 0.29 | 0.32 | 0 | 0.08 | 244.86 | 0.64 | 0.77 |
| Hex | A6 | A0 | EA | 1D | 20 | 0 | 8 | F5 | 40 | 4D |
| Octal | 246 | 240 | 352 | 35 | 40 | 0 | 10 | 365 | 100 | 115 |
| Binary | 10100110 | 10100000 | 11101010 | 11101 | 100000 | 0 | 1000 | 11110101 | 1000000 | 1001101 |
Color Harmonies of #A6A0EA
Complementary color
Monochromatic Colors of #A6A0EA
Black with #A6A0EA
Text Example
Text Example
White with #A6A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A0EA; }
p { color: rgb(166,160,234); }
H1.HeaderClassName
{
color: #A6A0EA;
}
.AnyTagClassName
{
color: #A6A0EA;
}
</style>
background-color css
<style>
a { background-color: #A6A0EA; }
a { background-color: rgb(166,160,234); }
div.DivClassName
{
background-color: #A6A0EA;
}
.BgClassName
{
background-color: #A6A0EA;
}
</style>
border-color css
<style>
span { border-color: #A6A0EA; }
span { border-color: rgb(166,160,234); }
td.TdClassName
{
border-color: #A6A0EA;
}
.TagClassName
{
border-color: #A6A0EA;
}
</style>