#A78EB5

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

Shades of East Side #A78EB5

Tints of East Side #A78EB5

Color information

#A78EB5 (or 0xA78EB5) is unknown color: approx East Side. HEX triplet: A7, 8E and B5. RGB value is (167,142,181). Sum of RGB (Red+Green+Blue) = 167+142+181=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 181 - color contains mainly: blue. Hex color #A78EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EB5 is #58714A. Grayscale: #999999. Windows color (decimal): -5796171 or 11898535. OLE color: 11898535.

HSL color Cylindrical-coordinate representation of color #A78EB5: hue angle of 278.46º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A78EB5 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167142181-
CMYK0.080.2200.29
HSL278.46º20.86%63.33%-
HSV(B)278.46º21.55%70.98%-
XYZ33.9530.947.89-
YUV153.92143.28137.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 181 (71.09% from 255) = 36.94%
R=34.08%
G=28.98%
B=36.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671421810.080.2200.29278.4620.8663.33
HexA78EB581601D116153f
Octal24721626510260354262577
Binary10100111100011101011010110001011001110110001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78EB5; }

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

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

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

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

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

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

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

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