#A877B2

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

Shades of East Side #A877B2

Tints of East Side #A877B2

Color information

#A877B2 (or 0xA877B2) is unknown color: approx East Side. HEX triplet: A8, 77 and B2. RGB value is (168,119,178). Sum of RGB (Red+Green+Blue) = 168+119+178=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #A877B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A877B2 is #57884D. Grayscale: #8C8C8C. Windows color (decimal): -5736526 or 11696040. OLE color: 11696040.

HSL color Cylindrical-coordinate representation of color #A877B2: hue angle of 289.83º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A877B2 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168119178-
CMYK0.060.3300.30
HSL289.83º27.7%58.24%-
HSV(B)289.83º33.15%69.8%-
XYZ30.7824.7345.27-
YUV140.38149.23147.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=36.13%
G=25.59%
B=38.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681191780.060.3300.30289.8327.758.24
HexA877B262101E1221c3a
Octal2501672626410364423472
Binary1010100011101111011001011010000101111010010001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877B2; }

 p { color: rgb(168,119,178); }

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

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

 a { background-color: rgb(168,119,178); }

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

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

 span { border-color: rgb(168,119,178); }

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