Shades of Wistful #A699D5
Tints of Wistful #A699D5
RGB
CMYK
RGB Variations
Color information
#A699D5 (or 0xA699D5) is known color: Wistful. HEX triplet: A6, 99 and D5. RGB value is (166,153,213). Sum of RGB (Red+Green+Blue) = 166+153+213=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #A699D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699D5 is #59662A. Grayscale: #A3A3A3. Windows color (decimal): -5858859 or 13998502. OLE color: 13998502.
HSL color Cylindrical-coordinate representation of color #A699D5: hue angle of 253º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A699D5 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 153 | 213 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.16 |
| HSL | 253º | 0.42% | 0.72% | - |
| HSV(B) | 253º | 0.28% | 0.84% | - |
| XYZ | 39.13 | 35.69 | 67.78 | - |
| YUV | 163.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 213 | 0.22 | 0.28 | 0 | 0.16 | 253 | 0.42 | 0.72 |
| Hex | A6 | 99 | D5 | 16 | 1C | 0 | 10 | FD | 2A | 48 |
| Octal | 246 | 231 | 325 | 26 | 34 | 0 | 20 | 375 | 52 | 110 |
| Binary | 10100110 | 10011001 | 11010101 | 10110 | 11100 | 0 | 10000 | 11111101 | 101010 | 1001000 |
Color Harmonies of #A699D5
Complementary color
Monochromatic Colors of #A699D5
Black with #A699D5
Text Example
Text Example
White with #A699D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699D5; }
p { color: rgb(166,153,213); }
H1.HeaderClassName
{
color: #A699D5;
}
.AnyTagClassName
{
color: #A699D5;
}
</style>
background-color css
<style>
a { background-color: #A699D5; }
a { background-color: rgb(166,153,213); }
div.DivClassName
{
background-color: #A699D5;
}
.BgClassName
{
background-color: #A699D5;
}
</style>
border-color css
<style>
span { border-color: #A699D5; }
span { border-color: rgb(166,153,213); }
td.TdClassName
{
border-color: #A699D5;
}
.TagClassName
{
border-color: #A699D5;
}
</style>