Shades of Wistful #A8A3BF
Tints of Wistful #A8A3BF
RGB
CMYK
RGB Variations
Color information
#A8A3BF (or 0xA8A3BF) is known color: Wistful. HEX triplet: A8, A3 and BF. RGB value is (168,163,191). Sum of RGB (Red+Green+Blue) = 168+163+191=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3BF is #575C40. Grayscale: #A7A7A7. Windows color (decimal): -5725249 or 12559272. OLE color: 12559272.
HSL color Cylindrical-coordinate representation of color #A8A3BF: hue angle of 250.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8A3BF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 163 | 191 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.25 |
| HSL | 250.71º | 0.18% | 0.69% | - |
| HSV(B) | 250.71º | 0.15% | 0.75% | - |
| XYZ | 38.65 | 38.28 | 54.64 | - |
| YUV | 167.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 191 | 0.12 | 0.15 | 0 | 0.25 | 250.71 | 0.18 | 0.69 |
| Hex | A8 | A3 | BF | C | F | 0 | 19 | FB | 12 | 45 |
| Octal | 250 | 243 | 277 | 14 | 17 | 0 | 31 | 373 | 22 | 105 |
| Binary | 10101000 | 10100011 | 10111111 | 1100 | 1111 | 0 | 11001 | 11111011 | 10010 | 1000101 |
Color Harmonies of #A8A3BF
Complementary color
Monochromatic Colors of #A8A3BF
Black with #A8A3BF
Text Example
Text Example
White with #A8A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A3BF; }
p { color: rgb(168,163,191); }
H1.HeaderClassName
{
color: #A8A3BF;
}
.AnyTagClassName
{
color: #A8A3BF;
}
</style>
background-color css
<style>
a { background-color: #A8A3BF; }
a { background-color: rgb(168,163,191); }
div.DivClassName
{
background-color: #A8A3BF;
}
.BgClassName
{
background-color: #A8A3BF;
}
</style>
border-color css
<style>
span { border-color: #A8A3BF; }
span { border-color: rgb(168,163,191); }
td.TdClassName
{
border-color: #A8A3BF;
}
.TagClassName
{
border-color: #A8A3BF;
}
</style>