Shades of Wistful #A69EE8
Tints of Wistful #A69EE8
RGB
CMYK
RGB Variations
Color information
#A69EE8 (or 0xA69EE8) is known color: Wistful. HEX triplet: A6, 9E and E8. RGB value is (166,158,232). Sum of RGB (Red+Green+Blue) = 166+158+232=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #A69EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69EE8 is #596117. Grayscale: #A8A8A8. Windows color (decimal): -5857560 or 15244966. OLE color: 15244966.
HSL color Cylindrical-coordinate representation of color #A69EE8: hue angle of 246.49º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A69EE8 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 158 | 232 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.09 |
| HSL | 246.49º | 0.62% | 0.76% | - |
| HSV(B) | 246.49º | 0.32% | 0.91% | - |
| XYZ | 42.52 | 38.39 | 81.51 | - |
| YUV | 168.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 232 | 0.28 | 0.32 | 0 | 0.09 | 246.49 | 0.62 | 0.76 |
| Hex | A6 | 9E | E8 | 1C | 20 | 0 | 9 | F6 | 3E | 4C |
| Octal | 246 | 236 | 350 | 34 | 40 | 0 | 11 | 366 | 76 | 114 |
| Binary | 10100110 | 10011110 | 11101000 | 11100 | 100000 | 0 | 1001 | 11110110 | 111110 | 1001100 |
Color Harmonies of #A69EE8
Complementary color
Monochromatic Colors of #A69EE8
Black with #A69EE8
Text Example
Text Example
White with #A69EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EE8; }
p { color: rgb(166,158,232); }
H1.HeaderClassName
{
color: #A69EE8;
}
.AnyTagClassName
{
color: #A69EE8;
}
</style>
background-color css
<style>
a { background-color: #A69EE8; }
a { background-color: rgb(166,158,232); }
div.DivClassName
{
background-color: #A69EE8;
}
.BgClassName
{
background-color: #A69EE8;
}
</style>
border-color css
<style>
span { border-color: #A69EE8; }
span { border-color: rgb(166,158,232); }
td.TdClassName
{
border-color: #A69EE8;
}
.TagClassName
{
border-color: #A69EE8;
}
</style>