#A78EC2

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

Shades of East Side #A78EC2

Tints of East Side #A78EC2

Color information

#A78EC2 (or 0xA78EC2) is unknown color: approx East Side. HEX triplet: A7, 8E and C2. RGB value is (167,142,194). Sum of RGB (Red+Green+Blue) = 167+142+194=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #A78EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EC2 is #58713D. Grayscale: #9B9B9B. Windows color (decimal): -5796158 or 12750503. OLE color: 12750503.

HSL color Cylindrical-coordinate representation of color #A78EC2: hue angle of 268.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A78EC2 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167142194-
CMYK0.140.2700.24
HSL268.85º29.89%65.88%-
HSV(B)268.85º26.8%76.08%-
XYZ35.3531.4655.25-
YUV155.4149.78136.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=33.20%
G=28.23%
B=38.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671421940.140.2700.24268.8529.8965.88
HexA78EC2E1B01810d1e42
Octal247216302163303041536102
Binary101001111000111011000010111011011011000100001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78EC2; }

 p { color: rgb(167,142,194); }

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

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

 a { background-color: rgb(167,142,194); }

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

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

 span { border-color: rgb(167,142,194); }

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