Shades of Wistful #A699D9
Tints of Wistful #A699D9
RGB
CMYK
RGB Variations
Color information
#A699D9 (or 0xA699D9) is known color: Wistful. HEX triplet: A6, 99 and D9. RGB value is (166,153,217). Sum of RGB (Red+Green+Blue) = 166+153+217=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #A699D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699D9 is #596626. Grayscale: #A3A3A3. Windows color (decimal): -5858855 or 14260646. OLE color: 14260646.
HSL color Cylindrical-coordinate representation of color #A699D9: hue angle of 252.19º 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 #A699D9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 153 | 217 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.15 |
| HSL | 252.19º | 0.46% | 0.73% | - |
| HSV(B) | 252.19º | 0.29% | 0.85% | - |
| XYZ | 39.64 | 35.9 | 70.49 | - |
| YUV | 164.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 217 | 0.24 | 0.29 | 0 | 0.15 | 252.19 | 0.46 | 0.73 |
| Hex | A6 | 99 | D9 | 18 | 1D | 0 | F | FC | 2E | 49 |
| Octal | 246 | 231 | 331 | 30 | 35 | 0 | 17 | 374 | 56 | 111 |
| Binary | 10100110 | 10011001 | 11011001 | 11000 | 11101 | 0 | 1111 | 11111100 | 101110 | 1001001 |
Color Harmonies of #A699D9
Complementary color
Monochromatic Colors of #A699D9
Black with #A699D9
Text Example
Text Example
White with #A699D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699D9; }
p { color: rgb(166,153,217); }
H1.HeaderClassName
{
color: #A699D9;
}
.AnyTagClassName
{
color: #A699D9;
}
</style>
background-color css
<style>
a { background-color: #A699D9; }
a { background-color: rgb(166,153,217); }
div.DivClassName
{
background-color: #A699D9;
}
.BgClassName
{
background-color: #A699D9;
}
</style>
border-color css
<style>
span { border-color: #A699D9; }
span { border-color: rgb(166,153,217); }
td.TdClassName
{
border-color: #A699D9;
}
.TagClassName
{
border-color: #A699D9;
}
</style>