#A7A4BE

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

Shades of Wistful #A7A4BE

Tints of Wistful #A7A4BE

Color information

#A7A4BE (or 0xA7A4BE) is unknown color: approx Wistful. HEX triplet: A7, A4 and BE. RGB value is (167,164,190). Sum of RGB (Red+Green+Blue) = 167+164+190=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A4BE is #585B41. Grayscale: #A7A7A7. Windows color (decimal): -5790530 or 12493991. OLE color: 12493991.

HSL color Cylindrical-coordinate representation of color #A7A4BE: hue angle of 246.92º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7A4BE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167164190-
CMYK0.120.1400.25
HSL246.92º16.67%69.41%-
HSV(B)246.92º13.68%74.51%-
XYZ38.5138.4854.11-
YUV167.86140.49127.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=32.05%
G=31.48%
B=36.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671641900.120.1400.25246.9216.6769.41
HexA7A4BECE019f71145
Octal247244276141603136721105
Binary1010011110100100101111101100111001100111110111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A4BE; }

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

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

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

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

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

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

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

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