#A78AAC

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

Shades of East Side #A78AAC

Tints of East Side #A78AAC

Color information

#A78AAC (or 0xA78AAC) is unknown color: approx East Side. HEX triplet: A7, 8A and AC. RGB value is (167,138,172). Sum of RGB (Red+Green+Blue) = 167+138+172=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #A78AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78AAC is #587553. Grayscale: #969696. Windows color (decimal): -5797204 or 11307687. OLE color: 11307687.

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

Color convert

RGB167138172-
CMYK0.030.2000.33
HSL291.18º17%60.78%-
HSV(B)291.18º19.77%67.45%-
XYZ32.4729.3742.99-
YUV150.55140.11139.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=35.01%
G=28.93%
B=36.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671381720.030.2000.33291.181760.78
HexA78AAC314021123113d
Octal2472122543240414432175
Binary1010011110001010101011001110100010000110010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78AAC; }

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

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

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

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

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

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

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

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