#A78BBD

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

Shades of East Side #A78BBD

Tints of East Side #A78BBD

Color information

#A78BBD (or 0xA78BBD) is unknown color: approx East Side. HEX triplet: A7, 8B and BD. RGB value is (167,139,189). Sum of RGB (Red+Green+Blue) = 167+139+189=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A78BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BBD is #587442. Grayscale: #989898. Windows color (decimal): -5796931 or 12422055. OLE color: 12422055.

HSL color Cylindrical-coordinate representation of color #A78BBD: hue angle of 273.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A78BBD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167139189-
CMYK0.120.2600.26
HSL273.6º27.47%64.31%-
HSV(B)273.6º26.46%74.12%-
XYZ34.3530.3552.19-
YUV153.07148.28137.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=33.74%
G=28.08%
B=38.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671391890.120.2600.26273.627.4764.31
HexA78BBDC1A01A1121b40
Octal247213275143203242233100
Binary101001111000101110111101110011010011010100010010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BBD; }

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

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

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

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

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

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

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

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