Shades of Wistful #A69FCE
Tints of Wistful #A69FCE
RGB
CMYK
RGB Variations
Color information
#A69FCE (or 0xA69FCE) is known color: Wistful. HEX triplet: A6, 9F and CE. RGB value is (166,159,206). Sum of RGB (Red+Green+Blue) = 166+159+206=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #A69FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FCE is #596031. Grayscale: #A6A6A6. Windows color (decimal): -5857330 or 13541286. OLE color: 13541286.
HSL color Cylindrical-coordinate representation of color #A69FCE: hue angle of 248.94º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69FCE is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 159 | 206 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.19 |
| HSL | 248.94º | 0.32% | 0.72% | - |
| HSV(B) | 248.94º | 0.23% | 0.81% | - |
| XYZ | 39.26 | 37.36 | 63.53 | - |
| YUV | 166.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 206 | 0.19 | 0.23 | 0 | 0.19 | 248.94 | 0.32 | 0.72 |
| Hex | A6 | 9F | CE | 13 | 17 | 0 | 13 | F9 | 20 | 48 |
| Octal | 246 | 237 | 316 | 23 | 27 | 0 | 23 | 371 | 40 | 110 |
| Binary | 10100110 | 10011111 | 11001110 | 10011 | 10111 | 0 | 10011 | 11111001 | 100000 | 1001000 |
Color Harmonies of #A69FCE
Complementary color
Monochromatic Colors of #A69FCE
Black with #A69FCE
Text Example
Text Example
White with #A69FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FCE; }
p { color: rgb(166,159,206); }
H1.HeaderClassName
{
color: #A69FCE;
}
.AnyTagClassName
{
color: #A69FCE;
}
</style>
background-color css
<style>
a { background-color: #A69FCE; }
a { background-color: rgb(166,159,206); }
div.DivClassName
{
background-color: #A69FCE;
}
.BgClassName
{
background-color: #A69FCE;
}
</style>
border-color css
<style>
span { border-color: #A69FCE; }
span { border-color: rgb(166,159,206); }
td.TdClassName
{
border-color: #A69FCE;
}
.TagClassName
{
border-color: #A69FCE;
}
</style>