Shades of Wistful #A69BDA
Tints of Wistful #A69BDA
RGB
CMYK
RGB Variations
Color information
#A69BDA (or 0xA69BDA) is known color: Wistful. HEX triplet: A6, 9B and DA. RGB value is (166,155,218). Sum of RGB (Red+Green+Blue) = 166+155+218=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #A69BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BDA is #596425. Grayscale: #A5A5A5. Windows color (decimal): -5858342 or 14326694. OLE color: 14326694.
HSL color Cylindrical-coordinate representation of color #A69BDA: hue angle of 250.48º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69BDA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 155 | 218 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.15 |
| HSL | 250.48º | 0.46% | 0.73% | - |
| HSV(B) | 250.48º | 0.29% | 0.85% | - |
| XYZ | 40.1 | 36.61 | 71.28 | - |
| YUV | 165.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 218 | 0.24 | 0.29 | 0 | 0.15 | 250.48 | 0.46 | 0.73 |
| Hex | A6 | 9B | DA | 18 | 1D | 0 | F | FA | 2E | 49 |
| Octal | 246 | 233 | 332 | 30 | 35 | 0 | 17 | 372 | 56 | 111 |
| Binary | 10100110 | 10011011 | 11011010 | 11000 | 11101 | 0 | 1111 | 11111010 | 101110 | 1001001 |
Color Harmonies of #A69BDA
Complementary color
Monochromatic Colors of #A69BDA
Black with #A69BDA
Text Example
Text Example
White with #A69BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BDA; }
p { color: rgb(166,155,218); }
H1.HeaderClassName
{
color: #A69BDA;
}
.AnyTagClassName
{
color: #A69BDA;
}
</style>
background-color css
<style>
a { background-color: #A69BDA; }
a { background-color: rgb(166,155,218); }
div.DivClassName
{
background-color: #A69BDA;
}
.BgClassName
{
background-color: #A69BDA;
}
</style>
border-color css
<style>
span { border-color: #A69BDA; }
span { border-color: rgb(166,155,218); }
td.TdClassName
{
border-color: #A69BDA;
}
.TagClassName
{
border-color: #A69BDA;
}
</style>