Shades of Wistful #A6A0EE
Tints of Wistful #A6A0EE
RGB
CMYK
RGB Variations
Color information
#A6A0EE (or 0xA6A0EE) is known color: Wistful. HEX triplet: A6, A0 and EE. RGB value is (166,160,238). Sum of RGB (Red+Green+Blue) = 166+160+238=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A0EE is #595F11. Grayscale: #AAAAAA. Windows color (decimal): -5857042 or 15638694. OLE color: 15638694.
HSL color Cylindrical-coordinate representation of color #A6A0EE: hue angle of 244.62º 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 #A6A0EE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 160 | 238 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.07 |
| HSL | 244.62º | 0.7% | 0.78% | - |
| HSV(B) | 244.62º | 0.33% | 0.93% | - |
| XYZ | 43.73 | 39.42 | 86.19 | - |
| YUV | 170.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 238 | 0.30 | 0.33 | 0 | 0.07 | 244.62 | 0.7 | 0.78 |
| Hex | A6 | A0 | EE | 1E | 21 | 0 | 7 | F5 | 46 | 4E |
| Octal | 246 | 240 | 356 | 36 | 41 | 0 | 7 | 365 | 106 | 116 |
| Binary | 10100110 | 10100000 | 11101110 | 11110 | 100001 | 0 | 111 | 11110101 | 1000110 | 1001110 |
Color Harmonies of #A6A0EE
Complementary color
Monochromatic Colors of #A6A0EE
Black with #A6A0EE
Text Example
Text Example
White with #A6A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A0EE; }
p { color: rgb(166,160,238); }
H1.HeaderClassName
{
color: #A6A0EE;
}
.AnyTagClassName
{
color: #A6A0EE;
}
</style>
background-color css
<style>
a { background-color: #A6A0EE; }
a { background-color: rgb(166,160,238); }
div.DivClassName
{
background-color: #A6A0EE;
}
.BgClassName
{
background-color: #A6A0EE;
}
</style>
border-color css
<style>
span { border-color: #A6A0EE; }
span { border-color: rgb(166,160,238); }
td.TdClassName
{
border-color: #A6A0EE;
}
.TagClassName
{
border-color: #A6A0EE;
}
</style>