#A79EBE

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

Shades of Wistful #A79EBE

Tints of Wistful #A79EBE

Color information

#A79EBE (or 0xA79EBE) is unknown color: approx Wistful. HEX triplet: A7, 9E and BE. RGB value is (167,158,190). Sum of RGB (Red+Green+Blue) = 167+158+190=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #A79EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79EBE is #586141. Grayscale: #A4A4A4. Windows color (decimal): -5792066 or 12492455. OLE color: 12492455.

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

Color convert

RGB167158190-
CMYK0.120.1700.25
HSL256.88º19.75%68.24%-
HSV(B)256.88º16.84%74.51%-
XYZ37.4636.3953.76-
YUV164.34142.48129.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=32.43%
G=30.68%
B=36.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671581900.120.1700.25256.8819.7568.24
HexA79EBEC110191011444
Octal247236276142103140124104
Binary101001111001111010111110110010001011001100000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79EBE; }

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

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

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

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

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

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

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

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