#A79BEC

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

Shades of Wistful #A79BEC

Tints of Wistful #A79BEC

Color information

#A79BEC (or 0xA79BEC) is unknown color: approx Wistful. HEX triplet: A7, 9B and EC. RGB value is (167,155,236). Sum of RGB (Red+Green+Blue) = 167+155+236=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #A79BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79BEC is #586413. Grayscale: #A7A7A7. Windows color (decimal): -5792788 or 15506343. OLE color: 15506343.

HSL color Cylindrical-coordinate representation of color #A79BEC: hue angle of 248.89º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A79BEC is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167155236-
CMYK0.290.3400.07
HSL248.89º68.07%76.67%-
HSV(B)248.89º34.32%92.55%-
XYZ42.837.7184.38-
YUV167.82166.48127.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.93%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=29.93%
G=27.78%
B=42.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671552360.290.3400.07248.8968.0776.67
HexA79BEC1D2207f9444d
Octal247233354354207371104115
Binary1010011110011011111011001110110001001111111100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BEC; }

 p { color: rgb(167,155,236); }

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

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

 a { background-color: rgb(167,155,236); }

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

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

 span { border-color: rgb(167,155,236); }

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