Shades of Wistful #A69EC8
Tints of Wistful #A69EC8
RGB
CMYK
RGB Variations
Color information
#A69EC8 (or 0xA69EC8) is known color: Wistful. HEX triplet: A6, 9E and C8. RGB value is (166,158,200). Sum of RGB (Red+Green+Blue) = 166+158+200=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #A69EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EC8 is #596137. Grayscale: #A5A5A5. Windows color (decimal): -5857592 or 13147814. OLE color: 13147814.
HSL color Cylindrical-coordinate representation of color #A69EC8: hue angle of 251.43º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69EC8 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 158 | 200 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.22 |
| HSL | 251.43º | 0.28% | 0.7% | - |
| HSV(B) | 251.43º | 0.21% | 0.78% | - |
| XYZ | 38.38 | 36.73 | 59.71 | - |
| YUV | 165.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 200 | 0.17 | 0.21 | 0 | 0.22 | 251.43 | 0.28 | 0.7 |
| Hex | A6 | 9E | C8 | 11 | 15 | 0 | 16 | FB | 1C | 46 |
| Octal | 246 | 236 | 310 | 21 | 25 | 0 | 26 | 373 | 34 | 106 |
| Binary | 10100110 | 10011110 | 11001000 | 10001 | 10101 | 0 | 10110 | 11111011 | 11100 | 1000110 |
Color Harmonies of #A69EC8
Complementary color
Monochromatic Colors of #A69EC8
Black with #A69EC8
Text Example
Text Example
White with #A69EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EC8; }
p { color: rgb(166,158,200); }
H1.HeaderClassName
{
color: #A69EC8;
}
.AnyTagClassName
{
color: #A69EC8;
}
</style>
background-color css
<style>
a { background-color: #A69EC8; }
a { background-color: rgb(166,158,200); }
div.DivClassName
{
background-color: #A69EC8;
}
.BgClassName
{
background-color: #A69EC8;
}
</style>
border-color css
<style>
span { border-color: #A69EC8; }
span { border-color: rgb(166,158,200); }
td.TdClassName
{
border-color: #A69EC8;
}
.TagClassName
{
border-color: #A69EC8;
}
</style>