#A78BAD

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

Shades of East Side #A78BAD

Tints of East Side #A78BAD

Color information

#A78BAD (or 0xA78BAD) is unknown color: approx East Side. HEX triplet: A7, 8B and AD. RGB value is (167,139,173). Sum of RGB (Red+Green+Blue) = 167+139+173=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #A78BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78BAD is #587452. Grayscale: #979797. Windows color (decimal): -5796947 or 11373479. OLE color: 11373479.

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

Color convert

RGB167139173-
CMYK0.030.2000.32
HSL289.41º17.17%61.18%-
HSV(B)289.41º19.65%67.84%-
XYZ32.7129.743.54-
YUV151.25140.28139.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=34.86%
G=29.02%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671391730.030.2000.32289.4117.1761.18
HexA78BAD314020121113d
Octal2472132553240404412175
Binary1010011110001011101011011110100010000010010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BAD; }

 p { color: rgb(167,139,173); }

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

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

 a { background-color: rgb(167,139,173); }

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

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

 span { border-color: rgb(167,139,173); }

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