#A877BD

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

Shades of East Side #A877BD

Tints of East Side #A877BD

Color information

#A877BD (or 0xA877BD) is unknown color: approx East Side. HEX triplet: A8, 77 and BD. RGB value is (168,119,189). Sum of RGB (Red+Green+Blue) = 168+119+189=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #A877BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877BD is #578842. Grayscale: #8D8D8D. Windows color (decimal): -5736515 or 12416936. OLE color: 12416936.

HSL color Cylindrical-coordinate representation of color #A877BD: hue angle of 282º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A877BD is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168119189-
CMYK0.110.3700.26
HSL282º34.65%60.39%-
HSV(B)282º37.04%74.12%-
XYZ31.9325.1951.32-
YUV141.63154.73146.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=35.29%
G=25%
B=39.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681191890.110.3700.2628234.6560.39
HexA877BDB2501A11a233c
Octal25016727513450324324374
Binary101010001110111101111011011100101011010100011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877BD; }

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

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

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

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

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

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

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

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