#A87CB1

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

Shades of East Side #A87CB1

Tints of East Side #A87CB1

Color information

#A87CB1 (or 0xA87CB1) is unknown color: approx East Side. HEX triplet: A8, 7C and B1. RGB value is (168,124,177). Sum of RGB (Red+Green+Blue) = 168+124+177=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 177 - color contains mainly: blue. Hex color #A87CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87CB1 is #57834E. Grayscale: #8F8F8F. Windows color (decimal): -5735247 or 11631784. OLE color: 11631784.

HSL color Cylindrical-coordinate representation of color #A87CB1: hue angle of 289.81º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87CB1 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168124177-
CMYK0.050.3000.31
HSL289.81º25.36%59.02%-
HSV(B)289.81º29.94%69.41%-
XYZ31.2925.9144.95-
YUV143.2147.08145.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=35.82%
G=26.44%
B=37.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681241770.050.3000.31289.8125.3659.02
HexA87CB151E01F122193b
Octal2501742615360374423173
Binary101010001111100101100011011111001111110010001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CB1; }

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

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

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

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

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

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

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

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