#A780BB

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

Shades of East Side #A780BB

Tints of East Side #A780BB

Color information

#A780BB (or 0xA780BB) is unknown color: approx East Side. HEX triplet: A7, 80 and BB. RGB value is (167,128,187). Sum of RGB (Red+Green+Blue) = 167+128+187=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #A780BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780BB is #587F44. Grayscale: #929292. Windows color (decimal): -5799749 or 12288167. OLE color: 12288167.

HSL color Cylindrical-coordinate representation of color #A780BB: hue angle of 279.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A780BB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167128187-
CMYK0.110.3200.27
HSL279.66º30.26%61.76%-
HSV(B)279.66º31.55%73.33%-
XYZ32.6327.2450.55-
YUV146.39150.92142.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=34.65%
G=26.56%
B=38.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671281870.110.3200.27279.6630.2661.76
HexA780BBB2001B1181e3e
Octal24720027313400334303676
Binary101001111000000010111011101110000001101110001100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780BB; }

 p { color: rgb(167,128,187); }

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

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

 a { background-color: rgb(167,128,187); }

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

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

 span { border-color: rgb(167,128,187); }

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