Shades of Wistful #A7A3C4
Tints of Wistful #A7A3C4
RGB
CMYK
RGB Variations
Color information
#A7A3C4 (or 0xA7A3C4) is known color: Wistful. HEX triplet: A7, A3 and C4. RGB value is (167,163,196). Sum of RGB (Red+Green+Blue) = 167+163+196=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #A7A3C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3C4 is #585C3B. Grayscale: #A7A7A7. Windows color (decimal): -5790780 or 12886951. OLE color: 12886951.
HSL color Cylindrical-coordinate representation of color #A7A3C4: hue angle of 247.27º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7A3C4 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 163 | 196 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.23 |
| HSL | 247.27º | 0.22% | 0.7% | - |
| HSV(B) | 247.27º | 0.17% | 0.77% | - |
| XYZ | 39 | 38.4 | 57.58 | - |
| YUV | 167.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 196 | 0.15 | 0.17 | 0 | 0.23 | 247.27 | 0.22 | 0.7 |
| Hex | A7 | A3 | C4 | F | 11 | 0 | 17 | F7 | 16 | 46 |
| Octal | 247 | 243 | 304 | 17 | 21 | 0 | 27 | 367 | 26 | 106 |
| Binary | 10100111 | 10100011 | 11000100 | 1111 | 10001 | 0 | 10111 | 11110111 | 10110 | 1000110 |
Color Harmonies of #A7A3C4
Complementary color
Monochromatic Colors of #A7A3C4
Black with #A7A3C4
Text Example
Text Example
White with #A7A3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A3C4; }
p { color: rgb(167,163,196); }
H1.HeaderClassName
{
color: #A7A3C4;
}
.AnyTagClassName
{
color: #A7A3C4;
}
</style>
background-color css
<style>
a { background-color: #A7A3C4; }
a { background-color: rgb(167,163,196); }
div.DivClassName
{
background-color: #A7A3C4;
}
.BgClassName
{
background-color: #A7A3C4;
}
</style>
border-color css
<style>
span { border-color: #A7A3C4; }
span { border-color: rgb(167,163,196); }
td.TdClassName
{
border-color: #A7A3C4;
}
.TagClassName
{
border-color: #A7A3C4;
}
</style>