Shades of Wistful #A499E9
Tints of Wistful #A499E9
RGB
CMYK
RGB Variations
Color information
#A499E9 (or 0xA499E9) is known color: Wistful. HEX triplet: A4, 99 and E9. RGB value is (164,153,233). Sum of RGB (Red+Green+Blue) = 164+153+233=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #A499E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499E9 is #5B6616. Grayscale: #A5A5A5. Windows color (decimal): -5989911 or 15309220. OLE color: 15309220.
HSL color Cylindrical-coordinate representation of color #A499E9: hue angle of 248.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A499E9 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 153 | 233 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.09 |
| HSL | 248.25º | 0.65% | 0.76% | - |
| HSV(B) | 248.25º | 0.34% | 0.91% | - |
| XYZ | 41.41 | 36.56 | 81.96 | - |
| YUV | 165.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 233 | 0.30 | 0.34 | 0 | 0.09 | 248.25 | 0.65 | 0.76 |
| Hex | A4 | 99 | E9 | 1E | 22 | 0 | 9 | F8 | 41 | 4C |
| Octal | 244 | 231 | 351 | 36 | 42 | 0 | 11 | 370 | 101 | 114 |
| Binary | 10100100 | 10011001 | 11101001 | 11110 | 100010 | 0 | 1001 | 11111000 | 1000001 | 1001100 |
Color Harmonies of #A499E9
Complementary color
Monochromatic Colors of #A499E9
Black with #A499E9
Text Example
Text Example
White with #A499E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499E9; }
p { color: rgb(164,153,233); }
H1.HeaderClassName
{
color: #A499E9;
}
.AnyTagClassName
{
color: #A499E9;
}
</style>
background-color css
<style>
a { background-color: #A499E9; }
a { background-color: rgb(164,153,233); }
div.DivClassName
{
background-color: #A499E9;
}
.BgClassName
{
background-color: #A499E9;
}
</style>
border-color css
<style>
span { border-color: #A499E9; }
span { border-color: rgb(164,153,233); }
td.TdClassName
{
border-color: #A499E9;
}
.TagClassName
{
border-color: #A499E9;
}
</style>