Shades of Wistful #A69DDA
Tints of Wistful #A69DDA
RGB
CMYK
RGB Variations
Color information
#A69DDA (or 0xA69DDA) is known color: Wistful. HEX triplet: A6, 9D and DA. RGB value is (166,157,218). Sum of RGB (Red+Green+Blue) = 166+157+218=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #A69DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DDA is #596225. Grayscale: #A6A6A6. Windows color (decimal): -5857830 or 14327206. OLE color: 14327206.
HSL color Cylindrical-coordinate representation of color #A69DDA: hue angle of 248.85º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69DDA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 157 | 218 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.15 |
| HSL | 248.85º | 0.45% | 0.74% | - |
| HSV(B) | 248.85º | 0.28% | 0.85% | - |
| XYZ | 40.44 | 37.28 | 71.39 | - |
| YUV | 166.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 218 | 0.24 | 0.28 | 0 | 0.15 | 248.85 | 0.45 | 0.74 |
| Hex | A6 | 9D | DA | 18 | 1C | 0 | F | F9 | 2D | 4A |
| Octal | 246 | 235 | 332 | 30 | 34 | 0 | 17 | 371 | 55 | 112 |
| Binary | 10100110 | 10011101 | 11011010 | 11000 | 11100 | 0 | 1111 | 11111001 | 101101 | 1001010 |
Color Harmonies of #A69DDA
Complementary color
Monochromatic Colors of #A69DDA
Black with #A69DDA
Text Example
Text Example
White with #A69DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DDA; }
p { color: rgb(166,157,218); }
H1.HeaderClassName
{
color: #A69DDA;
}
.AnyTagClassName
{
color: #A69DDA;
}
</style>
background-color css
<style>
a { background-color: #A69DDA; }
a { background-color: rgb(166,157,218); }
div.DivClassName
{
background-color: #A69DDA;
}
.BgClassName
{
background-color: #A69DDA;
}
</style>
border-color css
<style>
span { border-color: #A69DDA; }
span { border-color: rgb(166,157,218); }
td.TdClassName
{
border-color: #A69DDA;
}
.TagClassName
{
border-color: #A69DDA;
}
</style>