Shades of Wistful #A69AE7
Tints of Wistful #A69AE7
RGB
CMYK
RGB Variations
Color information
#A69AE7 (or 0xA69AE7) is known color: Wistful. HEX triplet: A6, 9A and E7. RGB value is (166,154,231). Sum of RGB (Red+Green+Blue) = 166+154+231=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #A69AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69AE7 is #596518. Grayscale: #A6A6A6. Windows color (decimal): -5858585 or 15178406. OLE color: 15178406.
HSL color Cylindrical-coordinate representation of color #A69AE7: hue angle of 249.35º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69AE7 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 154 | 231 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.09 |
| HSL | 249.35º | 0.62% | 0.75% | - |
| HSV(B) | 249.35º | 0.33% | 0.91% | - |
| XYZ | 41.71 | 36.99 | 80.54 | - |
| YUV | 166.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 231 | 0.28 | 0.33 | 0 | 0.09 | 249.35 | 0.62 | 0.75 |
| Hex | A6 | 9A | E7 | 1C | 21 | 0 | 9 | F9 | 3E | 4B |
| Octal | 246 | 232 | 347 | 34 | 41 | 0 | 11 | 371 | 76 | 113 |
| Binary | 10100110 | 10011010 | 11100111 | 11100 | 100001 | 0 | 1001 | 11111001 | 111110 | 1001011 |
Color Harmonies of #A69AE7
Complementary color
Monochromatic Colors of #A69AE7
Black with #A69AE7
Text Example
Text Example
White with #A69AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69AE7; }
p { color: rgb(166,154,231); }
H1.HeaderClassName
{
color: #A69AE7;
}
.AnyTagClassName
{
color: #A69AE7;
}
</style>
background-color css
<style>
a { background-color: #A69AE7; }
a { background-color: rgb(166,154,231); }
div.DivClassName
{
background-color: #A69AE7;
}
.BgClassName
{
background-color: #A69AE7;
}
</style>
border-color css
<style>
span { border-color: #A69AE7; }
span { border-color: rgb(166,154,231); }
td.TdClassName
{
border-color: #A69AE7;
}
.TagClassName
{
border-color: #A69AE7;
}
</style>