Shades of Wistful #A69FDD
Tints of Wistful #A69FDD
RGB
CMYK
RGB Variations
Color information
#A69FDD (or 0xA69FDD) is known color: Wistful. HEX triplet: A6, 9F and DD. RGB value is (166,159,221). Sum of RGB (Red+Green+Blue) = 166+159+221=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #A69FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FDD is #596022. Grayscale: #A7A7A7. Windows color (decimal): -5857315 or 14524326. OLE color: 14524326.
HSL color Cylindrical-coordinate representation of color #A69FDD: hue angle of 246.77º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69FDD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 159 | 221 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.13 |
| HSL | 246.77º | 0.48% | 0.75% | - |
| HSV(B) | 246.77º | 0.28% | 0.87% | - |
| XYZ | 41.18 | 38.12 | 73.6 | - |
| YUV | 168.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 221 | 0.25 | 0.28 | 0 | 0.13 | 246.77 | 0.48 | 0.75 |
| Hex | A6 | 9F | DD | 19 | 1C | 0 | D | F7 | 30 | 4B |
| Octal | 246 | 237 | 335 | 31 | 34 | 0 | 15 | 367 | 60 | 113 |
| Binary | 10100110 | 10011111 | 11011101 | 11001 | 11100 | 0 | 1101 | 11110111 | 110000 | 1001011 |
Color Harmonies of #A69FDD
Complementary color
Monochromatic Colors of #A69FDD
Black with #A69FDD
Text Example
Text Example
White with #A69FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FDD; }
p { color: rgb(166,159,221); }
H1.HeaderClassName
{
color: #A69FDD;
}
.AnyTagClassName
{
color: #A69FDD;
}
</style>
background-color css
<style>
a { background-color: #A69FDD; }
a { background-color: rgb(166,159,221); }
div.DivClassName
{
background-color: #A69FDD;
}
.BgClassName
{
background-color: #A69FDD;
}
</style>
border-color css
<style>
span { border-color: #A69FDD; }
span { border-color: rgb(166,159,221); }
td.TdClassName
{
border-color: #A69FDD;
}
.TagClassName
{
border-color: #A69FDD;
}
</style>