Shades of Wistful #A69EDF
Tints of Wistful #A69EDF
RGB
CMYK
RGB Variations
Color information
#A69EDF (or 0xA69EDF) is known color: Wistful. HEX triplet: A6, 9E and DF. RGB value is (166,158,223). Sum of RGB (Red+Green+Blue) = 166+158+223=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #A69EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EDF is #596120. Grayscale: #A7A7A7. Windows color (decimal): -5857569 or 14655142. OLE color: 14655142.
HSL color Cylindrical-coordinate representation of color #A69EDF: hue angle of 247.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69EDF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 158 | 223 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.13 |
| HSL | 247.38º | 0.5% | 0.75% | - |
| HSV(B) | 247.38º | 0.29% | 0.87% | - |
| XYZ | 41.27 | 37.89 | 74.95 | - |
| YUV | 167.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 223 | 0.26 | 0.29 | 0 | 0.13 | 247.38 | 0.5 | 0.75 |
| Hex | A6 | 9E | DF | 1A | 1D | 0 | D | F7 | 32 | 4B |
| Octal | 246 | 236 | 337 | 32 | 35 | 0 | 15 | 367 | 62 | 113 |
| Binary | 10100110 | 10011110 | 11011111 | 11010 | 11101 | 0 | 1101 | 11110111 | 110010 | 1001011 |
Color Harmonies of #A69EDF
Complementary color
Monochromatic Colors of #A69EDF
Black with #A69EDF
Text Example
Text Example
White with #A69EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EDF; }
p { color: rgb(166,158,223); }
H1.HeaderClassName
{
color: #A69EDF;
}
.AnyTagClassName
{
color: #A69EDF;
}
</style>
background-color css
<style>
a { background-color: #A69EDF; }
a { background-color: rgb(166,158,223); }
div.DivClassName
{
background-color: #A69EDF;
}
.BgClassName
{
background-color: #A69EDF;
}
</style>
border-color css
<style>
span { border-color: #A69EDF; }
span { border-color: rgb(166,158,223); }
td.TdClassName
{
border-color: #A69EDF;
}
.TagClassName
{
border-color: #A69EDF;
}
</style>