Shades of Wistful #A499DE
Tints of Wistful #A499DE
RGB
CMYK
RGB Variations
Color information
#A499DE (or 0xA499DE) is known color: Wistful. HEX triplet: A4, 99 and DE. RGB value is (164,153,222). Sum of RGB (Red+Green+Blue) = 164+153+222=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A499DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499DE is #5B6621. Grayscale: #A3A3A3. Windows color (decimal): -5989922 or 14588324. OLE color: 14588324.
HSL color Cylindrical-coordinate representation of color #A499DE: hue angle of 249.57º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A499DE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 153 | 222 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.13 |
| HSL | 249.57º | 0.51% | 0.74% | - |
| HSV(B) | 249.57º | 0.31% | 0.87% | - |
| XYZ | 39.89 | 35.95 | 73.94 | - |
| YUV | 164.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 222 | 0.26 | 0.31 | 0 | 0.13 | 249.57 | 0.51 | 0.74 |
| Hex | A4 | 99 | DE | 1A | 1F | 0 | D | FA | 33 | 4A |
| Octal | 244 | 231 | 336 | 32 | 37 | 0 | 15 | 372 | 63 | 112 |
| Binary | 10100100 | 10011001 | 11011110 | 11010 | 11111 | 0 | 1101 | 11111010 | 110011 | 1001010 |
Color Harmonies of #A499DE
Complementary color
Monochromatic Colors of #A499DE
Black with #A499DE
Text Example
Text Example
White with #A499DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499DE; }
p { color: rgb(164,153,222); }
H1.HeaderClassName
{
color: #A499DE;
}
.AnyTagClassName
{
color: #A499DE;
}
</style>
background-color css
<style>
a { background-color: #A499DE; }
a { background-color: rgb(164,153,222); }
div.DivClassName
{
background-color: #A499DE;
}
.BgClassName
{
background-color: #A499DE;
}
</style>
border-color css
<style>
span { border-color: #A499DE; }
span { border-color: rgb(164,153,222); }
td.TdClassName
{
border-color: #A499DE;
}
.TagClassName
{
border-color: #A499DE;
}
</style>