Shades of Wistful #A8A4C6
Tints of Wistful #A8A4C6
RGB
CMYK
RGB Variations
Color information
#A8A4C6 (or 0xA8A4C6) is known color: Wistful. HEX triplet: A8, A4 and C6. RGB value is (168,164,198). Sum of RGB (Red+Green+Blue) = 168+164+198=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #A8A4C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4C6 is #575B39. Grayscale: #A8A8A8. Windows color (decimal): -5724986 or 13018280. OLE color: 13018280.
HSL color Cylindrical-coordinate representation of color #A8A4C6: hue angle of 247.06º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8A4C6 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 164 | 198 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.22 |
| HSL | 247.06º | 0.23% | 0.71% | - |
| HSV(B) | 247.06º | 0.17% | 0.78% | - |
| XYZ | 39.62 | 38.95 | 58.86 | - |
| YUV | 169.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 198 | 0.15 | 0.17 | 0 | 0.22 | 247.06 | 0.23 | 0.71 |
| Hex | A8 | A4 | C6 | F | 11 | 0 | 16 | F7 | 17 | 47 |
| Octal | 250 | 244 | 306 | 17 | 21 | 0 | 26 | 367 | 27 | 107 |
| Binary | 10101000 | 10100100 | 11000110 | 1111 | 10001 | 0 | 10110 | 11110111 | 10111 | 1000111 |
Color Harmonies of #A8A4C6
Complementary color
Monochromatic Colors of #A8A4C6
Black with #A8A4C6
Text Example
Text Example
White with #A8A4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A4C6; }
p { color: rgb(168,164,198); }
H1.HeaderClassName
{
color: #A8A4C6;
}
.AnyTagClassName
{
color: #A8A4C6;
}
</style>
background-color css
<style>
a { background-color: #A8A4C6; }
a { background-color: rgb(168,164,198); }
div.DivClassName
{
background-color: #A8A4C6;
}
.BgClassName
{
background-color: #A8A4C6;
}
</style>
border-color css
<style>
span { border-color: #A8A4C6; }
span { border-color: rgb(168,164,198); }
td.TdClassName
{
border-color: #A8A4C6;
}
.TagClassName
{
border-color: #A8A4C6;
}
</style>