#A7A5BF

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

Shades of Wistful #A7A5BF

Tints of Wistful #A7A5BF

Color information

#A7A5BF (or 0xA7A5BF) is unknown color: approx Wistful. HEX triplet: A7, A5 and BF. RGB value is (167,165,191). Sum of RGB (Red+Green+Blue) = 167+165+191=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #A7A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A5BF is #585A40. Grayscale: #A8A8A8. Windows color (decimal): -5790273 or 12559783. OLE color: 12559783.

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

Color convert

RGB167165191-
CMYK0.130.1400.25
HSL244.62º16.88%69.8%-
HSV(B)244.62º13.61%74.9%-
XYZ38.838.8954.75-
YUV168.56140.66126.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 191 (75% from 255) = 36.52%
R=31.93%
G=31.55%
B=36.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671651910.130.1400.25244.6216.8869.8
HexA7A5BFDE019f51146
Octal247245277151603136521106
Binary1010011110100101101111111101111001100111110101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A5BF; }

 p { color: rgb(167,165,191); }

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

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

 a { background-color: rgb(167,165,191); }

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

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

 span { border-color: rgb(167,165,191); }

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