Shades of Wistful #A69DE0
Tints of Wistful #A69DE0
RGB
CMYK
RGB Variations
Color information
#A69DE0 (or 0xA69DE0) is known color: Wistful. HEX triplet: A6, 9D and E0. RGB value is (166,157,224). Sum of RGB (Red+Green+Blue) = 166+157+224=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #A69DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DE0 is #59621F. Grayscale: #A7A7A7. Windows color (decimal): -5857824 or 14720422. OLE color: 14720422.
HSL color Cylindrical-coordinate representation of color #A69DE0: hue angle of 248.06º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69DE0 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 157 | 224 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.12 |
| HSL | 248.06º | 0.52% | 0.75% | - |
| HSV(B) | 248.06º | 0.3% | 0.88% | - |
| XYZ | 41.24 | 37.6 | 75.61 | - |
| YUV | 167.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 224 | 0.26 | 0.30 | 0 | 0.12 | 248.06 | 0.52 | 0.75 |
| Hex | A6 | 9D | E0 | 1A | 1E | 0 | C | F8 | 34 | 4B |
| Octal | 246 | 235 | 340 | 32 | 36 | 0 | 14 | 370 | 64 | 113 |
| Binary | 10100110 | 10011101 | 11100000 | 11010 | 11110 | 0 | 1100 | 11111000 | 110100 | 1001011 |
Color Harmonies of #A69DE0
Complementary color
Monochromatic Colors of #A69DE0
Black with #A69DE0
Text Example
Text Example
White with #A69DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DE0; }
p { color: rgb(166,157,224); }
H1.HeaderClassName
{
color: #A69DE0;
}
.AnyTagClassName
{
color: #A69DE0;
}
</style>
background-color css
<style>
a { background-color: #A69DE0; }
a { background-color: rgb(166,157,224); }
div.DivClassName
{
background-color: #A69DE0;
}
.BgClassName
{
background-color: #A69DE0;
}
</style>
border-color css
<style>
span { border-color: #A69DE0; }
span { border-color: rgb(166,157,224); }
td.TdClassName
{
border-color: #A69DE0;
}
.TagClassName
{
border-color: #A69DE0;
}
</style>