Shades of Wistful #A69FEE
Tints of Wistful #A69FEE
RGB
CMYK
RGB Variations
Color information
#A69FEE (or 0xA69FEE) is known color: Wistful. HEX triplet: A6, 9F and EE. RGB value is (166,159,238). Sum of RGB (Red+Green+Blue) = 166+159+238=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #A69FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FEE is #596011. Grayscale: #A9A9A9. Windows color (decimal): -5857298 or 15638438. OLE color: 15638438.
HSL color Cylindrical-coordinate representation of color #A69FEE: hue angle of 245.32º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69FEE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 159 | 238 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.07 |
| HSL | 245.32º | 0.7% | 0.78% | - |
| HSV(B) | 245.32º | 0.33% | 0.93% | - |
| XYZ | 43.56 | 39.08 | 86.14 | - |
| YUV | 170.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 238 | 0.30 | 0.33 | 0 | 0.07 | 245.32 | 0.7 | 0.78 |
| Hex | A6 | 9F | EE | 1E | 21 | 0 | 7 | F5 | 46 | 4E |
| Octal | 246 | 237 | 356 | 36 | 41 | 0 | 7 | 365 | 106 | 116 |
| Binary | 10100110 | 10011111 | 11101110 | 11110 | 100001 | 0 | 111 | 11110101 | 1000110 | 1001110 |
Color Harmonies of #A69FEE
Complementary color
Monochromatic Colors of #A69FEE
Black with #A69FEE
Text Example
Text Example
White with #A69FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FEE; }
p { color: rgb(166,159,238); }
H1.HeaderClassName
{
color: #A69FEE;
}
.AnyTagClassName
{
color: #A69FEE;
}
</style>
background-color css
<style>
a { background-color: #A69FEE; }
a { background-color: rgb(166,159,238); }
div.DivClassName
{
background-color: #A69FEE;
}
.BgClassName
{
background-color: #A69FEE;
}
</style>
border-color css
<style>
span { border-color: #A69FEE; }
span { border-color: rgb(166,159,238); }
td.TdClassName
{
border-color: #A69FEE;
}
.TagClassName
{
border-color: #A69FEE;
}
</style>