Shades of Wistful #A69BD8
Tints of Wistful #A69BD8
RGB
CMYK
RGB Variations
Color information
#A69BD8 (or 0xA69BD8) is known color: Wistful. HEX triplet: A6, 9B and D8. RGB value is (166,155,216). Sum of RGB (Red+Green+Blue) = 166+155+216=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #A69BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BD8 is #596427. Grayscale: #A5A5A5. Windows color (decimal): -5858344 or 14195622. OLE color: 14195622.
HSL color Cylindrical-coordinate representation of color #A69BD8: hue angle of 250.82º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69BD8 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 155 | 216 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.15 |
| HSL | 250.82º | 0.44% | 0.73% | - |
| HSV(B) | 250.82º | 0.28% | 0.85% | - |
| XYZ | 39.84 | 36.51 | 69.91 | - |
| YUV | 165.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 216 | 0.23 | 0.28 | 0 | 0.15 | 250.82 | 0.44 | 0.73 |
| Hex | A6 | 9B | D8 | 17 | 1C | 0 | F | FB | 2C | 49 |
| Octal | 246 | 233 | 330 | 27 | 34 | 0 | 17 | 373 | 54 | 111 |
| Binary | 10100110 | 10011011 | 11011000 | 10111 | 11100 | 0 | 1111 | 11111011 | 101100 | 1001001 |
Color Harmonies of #A69BD8
Complementary color
Monochromatic Colors of #A69BD8
Black with #A69BD8
Text Example
Text Example
White with #A69BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BD8; }
p { color: rgb(166,155,216); }
H1.HeaderClassName
{
color: #A69BD8;
}
.AnyTagClassName
{
color: #A69BD8;
}
</style>
background-color css
<style>
a { background-color: #A69BD8; }
a { background-color: rgb(166,155,216); }
div.DivClassName
{
background-color: #A69BD8;
}
.BgClassName
{
background-color: #A69BD8;
}
</style>
border-color css
<style>
span { border-color: #A69BD8; }
span { border-color: rgb(166,155,216); }
td.TdClassName
{
border-color: #A69BD8;
}
.TagClassName
{
border-color: #A69BD8;
}
</style>