Shades of Wistful #A699DD
Tints of Wistful #A699DD
RGB
CMYK
RGB Variations
Color information
#A699DD (or 0xA699DD) is known color: Wistful. HEX triplet: A6, 99 and DD. RGB value is (166,153,221). Sum of RGB (Red+Green+Blue) = 166+153+221=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A699DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699DD is #596622. Grayscale: #A4A4A4. Windows color (decimal): -5858851 or 14522790. OLE color: 14522790.
HSL color Cylindrical-coordinate representation of color #A699DD: hue angle of 251.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A699DD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 153 | 221 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.13 |
| HSL | 251.47º | 0.5% | 0.73% | - |
| HSV(B) | 251.47º | 0.31% | 0.87% | - |
| XYZ | 40.17 | 36.11 | 73.26 | - |
| YUV | 164.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 221 | 0.25 | 0.31 | 0 | 0.13 | 251.47 | 0.5 | 0.73 |
| Hex | A6 | 99 | DD | 19 | 1F | 0 | D | FB | 32 | 49 |
| Octal | 246 | 231 | 335 | 31 | 37 | 0 | 15 | 373 | 62 | 111 |
| Binary | 10100110 | 10011001 | 11011101 | 11001 | 11111 | 0 | 1101 | 11111011 | 110010 | 1001001 |
Color Harmonies of #A699DD
Complementary color
Monochromatic Colors of #A699DD
Black with #A699DD
Text Example
Text Example
White with #A699DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699DD; }
p { color: rgb(166,153,221); }
H1.HeaderClassName
{
color: #A699DD;
}
.AnyTagClassName
{
color: #A699DD;
}
</style>
background-color css
<style>
a { background-color: #A699DD; }
a { background-color: rgb(166,153,221); }
div.DivClassName
{
background-color: #A699DD;
}
.BgClassName
{
background-color: #A699DD;
}
</style>
border-color css
<style>
span { border-color: #A699DD; }
span { border-color: rgb(166,153,221); }
td.TdClassName
{
border-color: #A699DD;
}
.TagClassName
{
border-color: #A699DD;
}
</style>