Shades of Wistful #A699DB
Tints of Wistful #A699DB
RGB
CMYK
RGB Variations
Color information
#A699DB (or 0xA699DB) is known color: Wistful. HEX triplet: A6, 99 and DB. RGB value is (166,153,219). Sum of RGB (Red+Green+Blue) = 166+153+219=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #A699DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699DB is #596624. Grayscale: #A4A4A4. Windows color (decimal): -5858853 or 14391718. OLE color: 14391718.
HSL color Cylindrical-coordinate representation of color #A699DB: hue angle of 251.82º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A699DB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 153 | 219 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.14 |
| HSL | 251.82º | 0.48% | 0.73% | - |
| HSV(B) | 251.82º | 0.3% | 0.86% | - |
| XYZ | 39.9 | 36 | 71.86 | - |
| YUV | 164.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 219 | 0.24 | 0.30 | 0 | 0.14 | 251.82 | 0.48 | 0.73 |
| Hex | A6 | 99 | DB | 18 | 1E | 0 | E | FC | 30 | 49 |
| Octal | 246 | 231 | 333 | 30 | 36 | 0 | 16 | 374 | 60 | 111 |
| Binary | 10100110 | 10011001 | 11011011 | 11000 | 11110 | 0 | 1110 | 11111100 | 110000 | 1001001 |
Color Harmonies of #A699DB
Complementary color
Monochromatic Colors of #A699DB
Black with #A699DB
Text Example
Text Example
White with #A699DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699DB; }
p { color: rgb(166,153,219); }
H1.HeaderClassName
{
color: #A699DB;
}
.AnyTagClassName
{
color: #A699DB;
}
</style>
background-color css
<style>
a { background-color: #A699DB; }
a { background-color: rgb(166,153,219); }
div.DivClassName
{
background-color: #A699DB;
}
.BgClassName
{
background-color: #A699DB;
}
</style>
border-color css
<style>
span { border-color: #A699DB; }
span { border-color: rgb(166,153,219); }
td.TdClassName
{
border-color: #A699DB;
}
.TagClassName
{
border-color: #A699DB;
}
</style>