#A79DEC

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

Shades of Wistful #A79DEC

Tints of Wistful #A79DEC

Color information

#A79DEC (or 0xA79DEC) is unknown color: approx Wistful. HEX triplet: A7, 9D and EC. RGB value is (167,157,236). Sum of RGB (Red+Green+Blue) = 167+157+236=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #A79DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79DEC is #586213. Grayscale: #A8A8A8. Windows color (decimal): -5792276 or 15506855. OLE color: 15506855.

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

Color convert

RGB167157236-
CMYK0.290.3300.07
HSL247.59º67.52%77.06%-
HSV(B)247.59º33.47%92.55%-
XYZ43.1338.3984.49-
YUV169165.81126.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=29.82%
G=28.04%
B=42.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671572360.290.3300.07247.5967.5277.06
HexA79DEC1D2107f8444d
Octal247235354354107370104115
Binary1010011110011101111011001110110000101111111100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DEC; }

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

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

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

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

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

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

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

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