#A78DAE

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

Shades of East Side #A78DAE

Tints of East Side #A78DAE

Color information

#A78DAE (or 0xA78DAE) is unknown color: approx East Side. HEX triplet: A7, 8D and AE. RGB value is (167,141,174). Sum of RGB (Red+Green+Blue) = 167+141+174=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #A78DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78DAE is #587251. Grayscale: #989898. Windows color (decimal): -5796434 or 11439527. OLE color: 11439527.

HSL color Cylindrical-coordinate representation of color #A78DAE: hue angle of 287.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A78DAE is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167141174-
CMYK0.040.1900.32
HSL287.27º16.92%61.76%-
HSV(B)287.27º18.97%68.24%-
XYZ33.130.3244.15-
YUV152.54140.11138.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=34.65%
G=29.25%
B=36.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671411740.040.1900.32287.2716.9261.76
HexA78DAE41302011f113e
Octal2472152564230404372176
Binary10100111100011011010111010010011010000010001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DAE; }

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

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

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

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

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

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

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

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