Shades of Wistful #A499DB
Tints of Wistful #A499DB
RGB
CMYK
RGB Variations
Color information
#A499DB (or 0xA499DB) is known color: Wistful. HEX triplet: A4, 99 and DB. RGB value is (164,153,219). Sum of RGB (Red+Green+Blue) = 164+153+219=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A499DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499DB is #5B6624. Grayscale: #A3A3A3. Windows color (decimal): -5989925 or 14391716. OLE color: 14391716.
HSL color Cylindrical-coordinate representation of color #A499DB: hue angle of 250º 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 #A499DB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 153 | 219 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.14 |
| HSL | 250º | 0.48% | 0.73% | - |
| HSV(B) | 250º | 0.3% | 0.86% | - |
| XYZ | 39.49 | 35.79 | 71.84 | - |
| YUV | 163.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 219 | 0.25 | 0.30 | 0 | 0.14 | 250 | 0.48 | 0.73 |
| Hex | A4 | 99 | DB | 19 | 1E | 0 | E | FA | 30 | 49 |
| Octal | 244 | 231 | 333 | 31 | 36 | 0 | 16 | 372 | 60 | 111 |
| Binary | 10100100 | 10011001 | 11011011 | 11001 | 11110 | 0 | 1110 | 11111010 | 110000 | 1001001 |
Color Harmonies of #A499DB
Complementary color
Monochromatic Colors of #A499DB
Black with #A499DB
Text Example
Text Example
White with #A499DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499DB; }
p { color: rgb(164,153,219); }
H1.HeaderClassName
{
color: #A499DB;
}
.AnyTagClassName
{
color: #A499DB;
}
</style>
background-color css
<style>
a { background-color: #A499DB; }
a { background-color: rgb(164,153,219); }
div.DivClassName
{
background-color: #A499DB;
}
.BgClassName
{
background-color: #A499DB;
}
</style>
border-color css
<style>
span { border-color: #A499DB; }
span { border-color: rgb(164,153,219); }
td.TdClassName
{
border-color: #A499DB;
}
.TagClassName
{
border-color: #A499DB;
}
</style>