Shades of Wistful #A69FEC
Tints of Wistful #A69FEC
RGB
CMYK
RGB Variations
Color information
#A69FEC (or 0xA69FEC) is known color: Wistful. HEX triplet: A6, 9F and EC. RGB value is (166,159,236). Sum of RGB (Red+Green+Blue) = 166+159+236=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #A69FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FEC is #596013. Grayscale: #A9A9A9. Windows color (decimal): -5857300 or 15507366. OLE color: 15507366.
HSL color Cylindrical-coordinate representation of color #A69FEC: hue angle of 245.45º 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 #A69FEC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 159 | 236 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.07 |
| HSL | 245.45º | 0.67% | 0.77% | - |
| HSV(B) | 245.45º | 0.33% | 0.93% | - |
| XYZ | 43.26 | 38.96 | 84.6 | - |
| YUV | 169.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 236 | 0.30 | 0.33 | 0 | 0.07 | 245.45 | 0.67 | 0.77 |
| Hex | A6 | 9F | EC | 1E | 21 | 0 | 7 | F5 | 43 | 4D |
| Octal | 246 | 237 | 354 | 36 | 41 | 0 | 7 | 365 | 103 | 115 |
| Binary | 10100110 | 10011111 | 11101100 | 11110 | 100001 | 0 | 111 | 11110101 | 1000011 | 1001101 |
Color Harmonies of #A69FEC
Complementary color
Monochromatic Colors of #A69FEC
Black with #A69FEC
Text Example
Text Example
White with #A69FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FEC; }
p { color: rgb(166,159,236); }
H1.HeaderClassName
{
color: #A69FEC;
}
.AnyTagClassName
{
color: #A69FEC;
}
</style>
background-color css
<style>
a { background-color: #A69FEC; }
a { background-color: rgb(166,159,236); }
div.DivClassName
{
background-color: #A69FEC;
}
.BgClassName
{
background-color: #A69FEC;
}
</style>
border-color css
<style>
span { border-color: #A69FEC; }
span { border-color: rgb(166,159,236); }
td.TdClassName
{
border-color: #A69FEC;
}
.TagClassName
{
border-color: #A69FEC;
}
</style>