#A79CE2

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

Shades of Wistful #A79CE2

Tints of Wistful #A79CE2

Color information

#A79CE2 (or 0xA79CE2) is unknown color: approx Wistful. HEX triplet: A7, 9C and E2. RGB value is (167,156,226). Sum of RGB (Red+Green+Blue) = 167+156+226=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #A79CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CE2 is #58631D. Grayscale: #A7A7A7. Windows color (decimal): -5792542 or 14851239. OLE color: 14851239.

HSL color Cylindrical-coordinate representation of color #A79CE2: hue angle of 249.43º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A79CE2 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167156226-
CMYK0.260.3100.11
HSL249.43º54.69%74.9%-
HSV(B)249.43º30.97%88.63%-
XYZ41.5537.4877-
YUV167.27161.14127.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.42%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=30.42%
G=28.42%
B=41.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671562260.260.3100.11249.4354.6974.9
HexA79CE21A1F0Bf9374b
Octal247234342323701337167113
Binary101001111001110011100010110101111101011111110011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CE2; }

 p { color: rgb(167,156,226); }

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

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

 a { background-color: rgb(167,156,226); }

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

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

 span { border-color: rgb(167,156,226); }

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