#A87CB5

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

Shades of East Side #A87CB5

Tints of East Side #A87CB5

Color information

#A87CB5 (or 0xA87CB5) is unknown color: approx East Side. HEX triplet: A8, 7C and B5. RGB value is (168,124,181). Sum of RGB (Red+Green+Blue) = 168+124+181=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 181 - color contains mainly: blue. Hex color #A87CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CB5 is #57834A. Grayscale: #8F8F8F. Windows color (decimal): -5735243 or 11893928. OLE color: 11893928.

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

Color convert

RGB168124181-
CMYK0.070.3100.29
HSL286.32º27.8%59.8%-
HSV(B)286.32º31.49%70.98%-
XYZ31.726.0847.08-
YUV143.65149.08145.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 181 (71.09% from 255) = 38.27%
R=35.52%
G=26.22%
B=38.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681241810.070.3100.29286.3227.859.8
HexA87CB571F01D11e1c3c
Octal2501742657370354363474
Binary101010001111100101101011111111101110110001111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CB5; }

 p { color: rgb(168,124,181); }

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

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

 a { background-color: rgb(168,124,181); }

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

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

 span { border-color: rgb(168,124,181); }

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