#A78DAC

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

Shades of East Side #A78DAC

Tints of East Side #A78DAC

Color information

#A78DAC (or 0xA78DAC) is unknown color: approx East Side. HEX triplet: A7, 8D and AC. RGB value is (167,141,172). Sum of RGB (Red+Green+Blue) = 167+141+172=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #A78DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78DAC is #587253. Grayscale: #989898. Windows color (decimal): -5796436 or 11308455. OLE color: 11308455.

HSL color Cylindrical-coordinate representation of color #A78DAC: hue angle of 290.32º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A78DAC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167141172-
CMYK0.030.1800.33
HSL290.32º15.74%61.37%-
HSV(B)290.32º18.02%67.45%-
XYZ32.9130.2443.13-
YUV152.31139.11138.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 141 (55.47% from 255) = 29.38%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=34.79%
G=29.38%
B=35.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671411720.030.1800.33290.3215.7461.37
HexA78DAC312021122103d
Octal2472152543220414422075
Binary1010011110001101101011001110010010000110010001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DAC; }

 p { color: rgb(167,141,172); }

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

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

 a { background-color: rgb(167,141,172); }

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

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

 span { border-color: rgb(167,141,172); }

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