Shades of Wistful #A69FC0
Tints of Wistful #A69FC0
RGB
CMYK
RGB Variations
Color information
#A69FC0 (or 0xA69FC0) is known color: Wistful. HEX triplet: A6, 9F and C0. RGB value is (166,159,192). Sum of RGB (Red+Green+Blue) = 166+159+192=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #A69FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FC0 is #59603F. Grayscale: #A4A4A4. Windows color (decimal): -5857344 or 12623782. OLE color: 12623782.
HSL color Cylindrical-coordinate representation of color #A69FC0: hue angle of 252.73º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69FC0 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 159 | 192 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.25 |
| HSL | 252.73º | 0.21% | 0.69% | - |
| HSV(B) | 252.73º | 0.17% | 0.75% | - |
| XYZ | 37.64 | 36.71 | 54.97 | - |
| YUV | 164.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 192 | 0.14 | 0.17 | 0 | 0.25 | 252.73 | 0.21 | 0.69 |
| Hex | A6 | 9F | C0 | E | 11 | 0 | 19 | FD | 15 | 45 |
| Octal | 246 | 237 | 300 | 16 | 21 | 0 | 31 | 375 | 25 | 105 |
| Binary | 10100110 | 10011111 | 11000000 | 1110 | 10001 | 0 | 11001 | 11111101 | 10101 | 1000101 |
Color Harmonies of #A69FC0
Complementary color
Monochromatic Colors of #A69FC0
Black with #A69FC0
Text Example
Text Example
White with #A69FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FC0; }
p { color: rgb(166,159,192); }
H1.HeaderClassName
{
color: #A69FC0;
}
.AnyTagClassName
{
color: #A69FC0;
}
</style>
background-color css
<style>
a { background-color: #A69FC0; }
a { background-color: rgb(166,159,192); }
div.DivClassName
{
background-color: #A69FC0;
}
.BgClassName
{
background-color: #A69FC0;
}
</style>
border-color css
<style>
span { border-color: #A69FC0; }
span { border-color: rgb(166,159,192); }
td.TdClassName
{
border-color: #A69FC0;
}
.TagClassName
{
border-color: #A69FC0;
}
</style>