Shades of Wistful #A499E5
Tints of Wistful #A499E5
RGB
CMYK
RGB Variations
Color information
#A499E5 (or 0xA499E5) is known color: Wistful. HEX triplet: A4, 99 and E5. RGB value is (164,153,229). Sum of RGB (Red+Green+Blue) = 164+153+229=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #A499E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499E5 is #5B661A. Grayscale: #A4A4A4. Windows color (decimal): -5989915 or 15047076. OLE color: 15047076.
HSL color Cylindrical-coordinate representation of color #A499E5: hue angle of 248.68º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A499E5 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 153 | 229 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.10 |
| HSL | 248.68º | 0.59% | 0.75% | - |
| HSV(B) | 248.68º | 0.33% | 0.9% | - |
| XYZ | 40.84 | 36.33 | 78.99 | - |
| YUV | 164.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 229 | 0.28 | 0.33 | 0 | 0.10 | 248.68 | 0.59 | 0.75 |
| Hex | A4 | 99 | E5 | 1C | 21 | 0 | A | F9 | 3B | 4B |
| Octal | 244 | 231 | 345 | 34 | 41 | 0 | 12 | 371 | 73 | 113 |
| Binary | 10100100 | 10011001 | 11100101 | 11100 | 100001 | 0 | 1010 | 11111001 | 111011 | 1001011 |
Color Harmonies of #A499E5
Complementary color
Monochromatic Colors of #A499E5
Black with #A499E5
Text Example
Text Example
White with #A499E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499E5; }
p { color: rgb(164,153,229); }
H1.HeaderClassName
{
color: #A499E5;
}
.AnyTagClassName
{
color: #A499E5;
}
</style>
background-color css
<style>
a { background-color: #A499E5; }
a { background-color: rgb(164,153,229); }
div.DivClassName
{
background-color: #A499E5;
}
.BgClassName
{
background-color: #A499E5;
}
</style>
border-color css
<style>
span { border-color: #A499E5; }
span { border-color: rgb(164,153,229); }
td.TdClassName
{
border-color: #A499E5;
}
.TagClassName
{
border-color: #A499E5;
}
</style>