Shades of Wistful #A69DEE
Tints of Wistful #A69DEE
RGB
CMYK
RGB Variations
Color information
#A69DEE (or 0xA69DEE) is known color: Wistful. HEX triplet: A6, 9D and EE. RGB value is (166,157,238). Sum of RGB (Red+Green+Blue) = 166+157+238=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #A69DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69DEE is #596211. Grayscale: #A8A8A8. Windows color (decimal): -5857810 or 15637926. OLE color: 15637926.
HSL color Cylindrical-coordinate representation of color #A69DEE: hue angle of 246.67º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69DEE is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 157 | 238 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.07 |
| HSL | 246.67º | 0.7% | 0.77% | - |
| HSV(B) | 246.67º | 0.34% | 0.93% | - |
| XYZ | 43.22 | 38.39 | 86.02 | - |
| YUV | 168.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 238 | 0.30 | 0.34 | 0 | 0.07 | 246.67 | 0.7 | 0.77 |
| Hex | A6 | 9D | EE | 1E | 22 | 0 | 7 | F7 | 46 | 4D |
| Octal | 246 | 235 | 356 | 36 | 42 | 0 | 7 | 367 | 106 | 115 |
| Binary | 10100110 | 10011101 | 11101110 | 11110 | 100010 | 0 | 111 | 11110111 | 1000110 | 1001101 |
Color Harmonies of #A69DEE
Complementary color
Monochromatic Colors of #A69DEE
Black with #A69DEE
Text Example
Text Example
White with #A69DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DEE; }
p { color: rgb(166,157,238); }
H1.HeaderClassName
{
color: #A69DEE;
}
.AnyTagClassName
{
color: #A69DEE;
}
</style>
background-color css
<style>
a { background-color: #A69DEE; }
a { background-color: rgb(166,157,238); }
div.DivClassName
{
background-color: #A69DEE;
}
.BgClassName
{
background-color: #A69DEE;
}
</style>
border-color css
<style>
span { border-color: #A69DEE; }
span { border-color: rgb(166,157,238); }
td.TdClassName
{
border-color: #A69DEE;
}
.TagClassName
{
border-color: #A69DEE;
}
</style>