Shades of Wistful #A499C6
Tints of Wistful #A499C6
RGB
CMYK
RGB Variations
Color information
#A499C6 (or 0xA499C6) is known color: Wistful. HEX triplet: A4, 99 and C6. RGB value is (164,153,198). Sum of RGB (Red+Green+Blue) = 164+153+198=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 198 - color contains mainly: blue. Hex color #A499C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499C6 is #5B6639. Grayscale: #A1A1A1. Windows color (decimal): -5989946 or 13015460. OLE color: 13015460.
HSL color Cylindrical-coordinate representation of color #A499C6: hue angle of 254.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A499C6 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 153 | 198 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.22 |
| HSL | 254.67º | 0.28% | 0.69% | - |
| HSV(B) | 254.67º | 0.23% | 0.78% | - |
| XYZ | 36.89 | 34.75 | 58.19 | - |
| YUV | 161.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 198 | 0.17 | 0.23 | 0 | 0.22 | 254.67 | 0.28 | 0.69 |
| Hex | A4 | 99 | C6 | 11 | 17 | 0 | 16 | FF | 1C | 45 |
| Octal | 244 | 231 | 306 | 21 | 27 | 0 | 26 | 377 | 34 | 105 |
| Binary | 10100100 | 10011001 | 11000110 | 10001 | 10111 | 0 | 10110 | 11111111 | 11100 | 1000101 |
Color Harmonies of #A499C6
Complementary color
Monochromatic Colors of #A499C6
Black with #A499C6
Text Example
Text Example
White with #A499C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499C6; }
p { color: rgb(164,153,198); }
H1.HeaderClassName
{
color: #A499C6;
}
.AnyTagClassName
{
color: #A499C6;
}
</style>
background-color css
<style>
a { background-color: #A499C6; }
a { background-color: rgb(164,153,198); }
div.DivClassName
{
background-color: #A499C6;
}
.BgClassName
{
background-color: #A499C6;
}
</style>
border-color css
<style>
span { border-color: #A499C6; }
span { border-color: rgb(164,153,198); }
td.TdClassName
{
border-color: #A499C6;
}
.TagClassName
{
border-color: #A499C6;
}
</style>