Shades of Wistful #A69BD0
Tints of Wistful #A69BD0
RGB
CMYK
RGB Variations
Color information
#A69BD0 (or 0xA69BD0) is known color: Wistful. HEX triplet: A6, 9B and D0. RGB value is (166,155,208). Sum of RGB (Red+Green+Blue) = 166+155+208=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #A69BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BD0 is #59642F. Grayscale: #A4A4A4. Windows color (decimal): -5858352 or 13671334. OLE color: 13671334.
HSL color Cylindrical-coordinate representation of color #A69BD0: hue angle of 252.45º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A69BD0 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 155 | 208 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.18 |
| HSL | 252.45º | 0.36% | 0.71% | - |
| HSV(B) | 252.45º | 0.25% | 0.82% | - |
| XYZ | 38.83 | 36.1 | 64.6 | - |
| YUV | 164.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 208 | 0.20 | 0.25 | 0 | 0.18 | 252.45 | 0.36 | 0.71 |
| Hex | A6 | 9B | D0 | 14 | 19 | 0 | 12 | FC | 24 | 47 |
| Octal | 246 | 233 | 320 | 24 | 31 | 0 | 22 | 374 | 44 | 107 |
| Binary | 10100110 | 10011011 | 11010000 | 10100 | 11001 | 0 | 10010 | 11111100 | 100100 | 1000111 |
Color Harmonies of #A69BD0
Complementary color
Monochromatic Colors of #A69BD0
Black with #A69BD0
Text Example
Text Example
White with #A69BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BD0; }
p { color: rgb(166,155,208); }
H1.HeaderClassName
{
color: #A69BD0;
}
.AnyTagClassName
{
color: #A69BD0;
}
</style>
background-color css
<style>
a { background-color: #A69BD0; }
a { background-color: rgb(166,155,208); }
div.DivClassName
{
background-color: #A69BD0;
}
.BgClassName
{
background-color: #A69BD0;
}
</style>
border-color css
<style>
span { border-color: #A69BD0; }
span { border-color: rgb(166,155,208); }
td.TdClassName
{
border-color: #A69BD0;
}
.TagClassName
{
border-color: #A69BD0;
}
</style>