#A87BAF

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

Shades of East Side #A87BAF

Tints of East Side #A87BAF

Color information

#A87BAF (or 0xA87BAF) is unknown color: approx East Side. HEX triplet: A8, 7B and AF. RGB value is (168,123,175). Sum of RGB (Red+Green+Blue) = 168+123+175=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #A87BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BAF is #578450. Grayscale: #8E8E8E. Windows color (decimal): -5735505 or 11500456. OLE color: 11500456.

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

Color convert

RGB168123175-
CMYK0.040.3000.31
HSL291.92º24.53%58.43%-
HSV(B)291.92º29.71%68.63%-
XYZ30.9725.5943.86-
YUV142.38146.41146.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=36.05%
G=26.39%
B=37.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681231750.040.3000.31291.9224.5358.43
HexA87BAF41E01F124193a
Octal2501732574360374443172
Binary101010001111011101011111001111001111110010010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BAF; }

 p { color: rgb(168,123,175); }

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

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

 a { background-color: rgb(168,123,175); }

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

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

 span { border-color: rgb(168,123,175); }

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