#A7A4C6

Color #A7A4C6 Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A7A4C6

Tints of Wistful #A7A4C6

Color information

#A7A4C6 (or 0xA7A4C6) is unknown color: approx Wistful. HEX triplet: A7, A4 and C6. RGB value is (167,164,198). Sum of RGB (Red+Green+Blue) = 167+164+198=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #A7A4C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A4C6 is #585B39. Grayscale: #A8A8A8. Windows color (decimal): -5790522 or 13018279. OLE color: 13018279.

HSL color Cylindrical-coordinate representation of color #A7A4C6: hue angle of 245.29º 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 #A7A4C6 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167164198-
CMYK0.160.1700.22
HSL245.29º22.97%70.98%-
HSV(B)245.29º17.17%77.65%-
XYZ39.438.8458.85-
YUV168.77144.49126.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=31.57%
G=31.00%
B=37.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671641980.160.1700.22245.2922.9770.98
HexA7A4C61011016f51747
Octal247244306202102636527107
Binary101001111010010011000110100001000101011011110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A4C6; }

 p { color: rgb(167,164,198); }

 H1.HeaderClassName
 {
   color: #A7A4C6;
 }
 .AnyTagClassName
 {
   color: #A7A4C6;
 }
</style>
background-color css

<style>
 a { background-color: #A7A4C6; }

 a { background-color: rgb(167,164,198); }

 div.DivClassName
 {
   background-color: #A7A4C6;
 }
 .BgClassName
 {
   background-color: #A7A4C6;
 }
</style>
border-color css

<style>
 span { border-color: #A7A4C6; }

 span { border-color: rgb(167,164,198); }

 td.TdClassName
 {
   border-color: #A7A4C6;
 }
 .TagClassName
 {
   border-color: #A7A4C6;
 }
</style>