#A78AC4

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

Shades of East Side #A78AC4

Tints of East Side #A78AC4

Color information

#A78AC4 (or 0xA78AC4) is unknown color: approx East Side. HEX triplet: A7, 8A and C4. RGB value is (167,138,196). Sum of RGB (Red+Green+Blue) = 167+138+196=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #A78AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AC4 is #58753B. Grayscale: #999999. Windows color (decimal): -5797180 or 12880551. OLE color: 12880551.

HSL color Cylindrical-coordinate representation of color #A78AC4: hue angle of 270º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A78AC4 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167138196-
CMYK0.150.3000.23
HSL270º32.95%65.49%-
HSV(B)270º29.59%76.86%-
XYZ34.9930.3856.24-
YUV153.28152.11137.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=33.33%
G=27.54%
B=39.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671381960.150.3000.2327032.9565.49
HexA78AC4F1E01710e2141
Octal247212304173602741641101
Binary1010011110001010110001001111111100101111000011101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78AC4; }

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

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

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

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

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

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

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

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