#A877B4

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

Shades of East Side #A877B4

Tints of East Side #A877B4

Color information

#A877B4 (or 0xA877B4) is unknown color: approx East Side. HEX triplet: A8, 77 and B4. RGB value is (168,119,180). Sum of RGB (Red+Green+Blue) = 168+119+180=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #A877B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877B4 is #57884B. Grayscale: #8C8C8C. Windows color (decimal): -5736524 or 11827112. OLE color: 11827112.

HSL color Cylindrical-coordinate representation of color #A877B4: hue angle of 288.2º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A877B4 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168119180-
CMYK0.070.3400.29
HSL288.2º28.91%58.63%-
HSV(B)288.2º33.89%70.59%-
XYZ30.9824.8146.34-
YUV140.6150.23147.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=35.97%
G=25.48%
B=38.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681191800.070.3400.29288.228.9158.63
HexA877B472201D1201d3b
Octal2501672647420354403573
Binary1010100011101111011010011110001001110110010000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877B4; }

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

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

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

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

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

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

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

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