#A7A3BE

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

Shades of Wistful #A7A3BE

Tints of Wistful #A7A3BE

Color information

#A7A3BE (or 0xA7A3BE) is unknown color: approx Wistful. HEX triplet: A7, A3 and BE. RGB value is (167,163,190). Sum of RGB (Red+Green+Blue) = 167+163+190=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3BE is #585C41. Grayscale: #A7A7A7. Windows color (decimal): -5790786 or 12493735. OLE color: 12493735.

HSL color Cylindrical-coordinate representation of color #A7A3BE: hue angle of 248.89º 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 #A7A3BE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167163190-
CMYK0.120.1400.25
HSL248.89º17.2%69.22%-
HSV(B)248.89º14.21%74.51%-
XYZ38.3338.1354.05-
YUV167.27140.83127.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=32.12%
G=31.35%
B=36.54%

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
Decimal1671631900.120.1400.25248.8917.269.22
HexA7A3BECE019f91145
Octal247243276141603137121105
Binary1010011110100011101111101100111001100111111001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A3BE; }

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

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

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

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

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

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

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

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