Shades of Wistful #A69AE5
Tints of Wistful #A69AE5
RGB
CMYK
RGB Variations
Color information
#A69AE5 (or 0xA69AE5) is known color: Wistful. HEX triplet: A6, 9A and E5. RGB value is (166,154,229). Sum of RGB (Red+Green+Blue) = 166+154+229=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #A69AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AE5 is #59651A. Grayscale: #A5A5A5. Windows color (decimal): -5858587 or 15047334. OLE color: 15047334.
HSL color Cylindrical-coordinate representation of color #A69AE5: hue angle of 249.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69AE5 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 154 | 229 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.10 |
| HSL | 249.6º | 0.59% | 0.75% | - |
| HSV(B) | 249.6º | 0.33% | 0.9% | - |
| XYZ | 41.42 | 36.88 | 79.06 | - |
| YUV | 166.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 229 | 0.28 | 0.33 | 0 | 0.10 | 249.6 | 0.59 | 0.75 |
| Hex | A6 | 9A | E5 | 1C | 21 | 0 | A | FA | 3B | 4B |
| Octal | 246 | 232 | 345 | 34 | 41 | 0 | 12 | 372 | 73 | 113 |
| Binary | 10100110 | 10011010 | 11100101 | 11100 | 100001 | 0 | 1010 | 11111010 | 111011 | 1001011 |
Color Harmonies of #A69AE5
Complementary color
Monochromatic Colors of #A69AE5
Black with #A69AE5
Text Example
Text Example
White with #A69AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69AE5; }
p { color: rgb(166,154,229); }
H1.HeaderClassName
{
color: #A69AE5;
}
.AnyTagClassName
{
color: #A69AE5;
}
</style>
background-color css
<style>
a { background-color: #A69AE5; }
a { background-color: rgb(166,154,229); }
div.DivClassName
{
background-color: #A69AE5;
}
.BgClassName
{
background-color: #A69AE5;
}
</style>
border-color css
<style>
span { border-color: #A69AE5; }
span { border-color: rgb(166,154,229); }
td.TdClassName
{
border-color: #A69AE5;
}
.TagClassName
{
border-color: #A69AE5;
}
</style>