Shades of Wistful #A69EC1
Tints of Wistful #A69EC1
RGB
CMYK
RGB Variations
Color information
#A69EC1 (or 0xA69EC1) is known color: Wistful. HEX triplet: A6, 9E and C1. RGB value is (166,158,193). Sum of RGB (Red+Green+Blue) = 166+158+193=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #A69EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EC1 is #59613E. Grayscale: #A4A4A4. Windows color (decimal): -5857599 or 12689062. OLE color: 12689062.
HSL color Cylindrical-coordinate representation of color #A69EC1: hue angle of 253.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69EC1 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 158 | 193 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.24 |
| HSL | 253.71º | 0.22% | 0.69% | - |
| HSV(B) | 253.71º | 0.18% | 0.76% | - |
| XYZ | 37.58 | 36.41 | 55.5 | - |
| YUV | 164.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 193 | 0.14 | 0.18 | 0 | 0.24 | 253.71 | 0.22 | 0.69 |
| Hex | A6 | 9E | C1 | E | 12 | 0 | 18 | FE | 16 | 45 |
| Octal | 246 | 236 | 301 | 16 | 22 | 0 | 30 | 376 | 26 | 105 |
| Binary | 10100110 | 10011110 | 11000001 | 1110 | 10010 | 0 | 11000 | 11111110 | 10110 | 1000101 |
Color Harmonies of #A69EC1
Complementary color
Monochromatic Colors of #A69EC1
Black with #A69EC1
Text Example
Text Example
White with #A69EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EC1; }
p { color: rgb(166,158,193); }
H1.HeaderClassName
{
color: #A69EC1;
}
.AnyTagClassName
{
color: #A69EC1;
}
</style>
background-color css
<style>
a { background-color: #A69EC1; }
a { background-color: rgb(166,158,193); }
div.DivClassName
{
background-color: #A69EC1;
}
.BgClassName
{
background-color: #A69EC1;
}
</style>
border-color css
<style>
span { border-color: #A69EC1; }
span { border-color: rgb(166,158,193); }
td.TdClassName
{
border-color: #A69EC1;
}
.TagClassName
{
border-color: #A69EC1;
}
</style>