Shades of Wistful #A499E6
Tints of Wistful #A499E6
RGB
CMYK
RGB Variations
Color information
#A499E6 (or 0xA499E6) is known color: Wistful. HEX triplet: A4, 99 and E6. RGB value is (164,153,230). Sum of RGB (Red+Green+Blue) = 164+153+230=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #A499E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499E6 is #5B6619. Grayscale: #A4A4A4. Windows color (decimal): -5989914 or 15112612. OLE color: 15112612.
HSL color Cylindrical-coordinate representation of color #A499E6: hue angle of 248.57º degrees, saturation: 0.61, 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 #A499E6 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 153 | 230 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.10 |
| HSL | 248.57º | 0.61% | 0.75% | - |
| HSV(B) | 248.57º | 0.33% | 0.9% | - |
| XYZ | 40.98 | 36.39 | 79.73 | - |
| YUV | 165.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 230 | 0.29 | 0.33 | 0 | 0.10 | 248.57 | 0.61 | 0.75 |
| Hex | A4 | 99 | E6 | 1D | 21 | 0 | A | F9 | 3D | 4B |
| Octal | 244 | 231 | 346 | 35 | 41 | 0 | 12 | 371 | 75 | 113 |
| Binary | 10100100 | 10011001 | 11100110 | 11101 | 100001 | 0 | 1010 | 11111001 | 111101 | 1001011 |
Color Harmonies of #A499E6
Complementary color
Monochromatic Colors of #A499E6
Black with #A499E6
Text Example
Text Example
White with #A499E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499E6; }
p { color: rgb(164,153,230); }
H1.HeaderClassName
{
color: #A499E6;
}
.AnyTagClassName
{
color: #A499E6;
}
</style>
background-color css
<style>
a { background-color: #A499E6; }
a { background-color: rgb(164,153,230); }
div.DivClassName
{
background-color: #A499E6;
}
.BgClassName
{
background-color: #A499E6;
}
</style>
border-color css
<style>
span { border-color: #A499E6; }
span { border-color: rgb(164,153,230); }
td.TdClassName
{
border-color: #A499E6;
}
.TagClassName
{
border-color: #A499E6;
}
</style>