Shades of Wistful #A69EEC
Tints of Wistful #A69EEC
RGB
CMYK
RGB Variations
Color information
#A69EEC (or 0xA69EEC) is known color: Wistful. HEX triplet: A6, 9E and EC. RGB value is (166,158,236). Sum of RGB (Red+Green+Blue) = 166+158+236=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #A69EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69EEC is #596113. Grayscale: #A8A8A8. Windows color (decimal): -5857556 or 15507110. OLE color: 15507110.
HSL color Cylindrical-coordinate representation of color #A69EEC: hue angle of 246.15º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69EEC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 158 | 236 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.07 |
| HSL | 246.15º | 0.67% | 0.77% | - |
| HSV(B) | 246.15º | 0.33% | 0.93% | - |
| XYZ | 43.09 | 38.62 | 84.54 | - |
| YUV | 169.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 236 | 0.30 | 0.33 | 0 | 0.07 | 246.15 | 0.67 | 0.77 |
| Hex | A6 | 9E | EC | 1E | 21 | 0 | 7 | F6 | 43 | 4D |
| Octal | 246 | 236 | 354 | 36 | 41 | 0 | 7 | 366 | 103 | 115 |
| Binary | 10100110 | 10011110 | 11101100 | 11110 | 100001 | 0 | 111 | 11110110 | 1000011 | 1001101 |
Color Harmonies of #A69EEC
Complementary color
Monochromatic Colors of #A69EEC
Black with #A69EEC
Text Example
Text Example
White with #A69EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EEC; }
p { color: rgb(166,158,236); }
H1.HeaderClassName
{
color: #A69EEC;
}
.AnyTagClassName
{
color: #A69EEC;
}
</style>
background-color css
<style>
a { background-color: #A69EEC; }
a { background-color: rgb(166,158,236); }
div.DivClassName
{
background-color: #A69EEC;
}
.BgClassName
{
background-color: #A69EEC;
}
</style>
border-color css
<style>
span { border-color: #A69EEC; }
span { border-color: rgb(166,158,236); }
td.TdClassName
{
border-color: #A69EEC;
}
.TagClassName
{
border-color: #A69EEC;
}
</style>