#A79FBD

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

Shades of Wistful #A79FBD

Tints of Wistful #A79FBD

Color information

#A79FBD (or 0xA79FBD) is unknown color: approx Wistful. HEX triplet: A7, 9F and BD. RGB value is (167,159,189). Sum of RGB (Red+Green+Blue) = 167+159+189=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #A79FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FBD is #586042. Grayscale: #A4A4A4. Windows color (decimal): -5791811 or 12427175. OLE color: 12427175.

HSL color Cylindrical-coordinate representation of color #A79FBD: hue angle of 256º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A79FBD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167159189-
CMYK0.120.1600.26
HSL256º18.52%68.24%-
HSV(B)256º15.87%74.12%-
XYZ37.5236.6953.25-
YUV164.81141.65129.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=32.43%
G=30.87%
B=36.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671591890.120.1600.2625618.5268.24
HexA79FBDC1001A1001344
Octal247237275142003240023104
Binary101001111001111110111101110010000011010100000000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FBD; }

 p { color: rgb(167,159,189); }

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

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

 a { background-color: rgb(167,159,189); }

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

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

 span { border-color: rgb(167,159,189); }

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