Shades of Wistful #A69EED
Tints of Wistful #A69EED
RGB
CMYK
RGB Variations
Color information
#A69EED (or 0xA69EED) is known color: Wistful. HEX triplet: A6, 9E and ED. RGB value is (166,158,237). Sum of RGB (Red+Green+Blue) = 166+158+237=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #A69EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69EED is #596112. Grayscale: #A9A9A9. Windows color (decimal): -5857555 or 15572646. OLE color: 15572646.
HSL color Cylindrical-coordinate representation of color #A69EED: hue angle of 246.08º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69EED is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 158 | 237 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.07 |
| HSL | 246.08º | 0.69% | 0.77% | - |
| HSV(B) | 246.08º | 0.33% | 0.93% | - |
| XYZ | 43.24 | 38.68 | 85.31 | - |
| YUV | 169.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 237 | 0.30 | 0.33 | 0 | 0.07 | 246.08 | 0.69 | 0.77 |
| Hex | A6 | 9E | ED | 1E | 21 | 0 | 7 | F6 | 45 | 4D |
| Octal | 246 | 236 | 355 | 36 | 41 | 0 | 7 | 366 | 105 | 115 |
| Binary | 10100110 | 10011110 | 11101101 | 11110 | 100001 | 0 | 111 | 11110110 | 1000101 | 1001101 |
Color Harmonies of #A69EED
Complementary color
Monochromatic Colors of #A69EED
Black with #A69EED
Text Example
Text Example
White with #A69EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EED; }
p { color: rgb(166,158,237); }
H1.HeaderClassName
{
color: #A69EED;
}
.AnyTagClassName
{
color: #A69EED;
}
</style>
background-color css
<style>
a { background-color: #A69EED; }
a { background-color: rgb(166,158,237); }
div.DivClassName
{
background-color: #A69EED;
}
.BgClassName
{
background-color: #A69EED;
}
</style>
border-color css
<style>
span { border-color: #A69EED; }
span { border-color: rgb(166,158,237); }
td.TdClassName
{
border-color: #A69EED;
}
.TagClassName
{
border-color: #A69EED;
}
</style>