Shades of Wistful #A69FDC
Tints of Wistful #A69FDC
RGB
CMYK
RGB Variations
Color information
#A69FDC (or 0xA69FDC) is known color: Wistful. HEX triplet: A6, 9F and DC. RGB value is (166,159,220). Sum of RGB (Red+Green+Blue) = 166+159+220=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #A69FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FDC is #596023. Grayscale: #A7A7A7. Windows color (decimal): -5857316 or 14458790. OLE color: 14458790.
HSL color Cylindrical-coordinate representation of color #A69FDC: hue angle of 246.89º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69FDC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 159 | 220 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.14 |
| HSL | 246.89º | 0.47% | 0.74% | - |
| HSV(B) | 246.89º | 0.28% | 0.86% | - |
| XYZ | 41.04 | 38.07 | 72.9 | - |
| YUV | 168.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 220 | 0.25 | 0.28 | 0 | 0.14 | 246.89 | 0.47 | 0.74 |
| Hex | A6 | 9F | DC | 19 | 1C | 0 | E | F7 | 2F | 4A |
| Octal | 246 | 237 | 334 | 31 | 34 | 0 | 16 | 367 | 57 | 112 |
| Binary | 10100110 | 10011111 | 11011100 | 11001 | 11100 | 0 | 1110 | 11110111 | 101111 | 1001010 |
Color Harmonies of #A69FDC
Complementary color
Monochromatic Colors of #A69FDC
Black with #A69FDC
Text Example
Text Example
White with #A69FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FDC; }
p { color: rgb(166,159,220); }
H1.HeaderClassName
{
color: #A69FDC;
}
.AnyTagClassName
{
color: #A69FDC;
}
</style>
background-color css
<style>
a { background-color: #A69FDC; }
a { background-color: rgb(166,159,220); }
div.DivClassName
{
background-color: #A69FDC;
}
.BgClassName
{
background-color: #A69FDC;
}
</style>
border-color css
<style>
span { border-color: #A69FDC; }
span { border-color: rgb(166,159,220); }
td.TdClassName
{
border-color: #A69FDC;
}
.TagClassName
{
border-color: #A69FDC;
}
</style>