#A87FBA

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

Shades of East Side #A87FBA

Tints of East Side #A87FBA

Color information

#A87FBA (or 0xA87FBA) is unknown color: approx East Side. HEX triplet: A8, 7F and BA. RGB value is (168,127,186). Sum of RGB (Red+Green+Blue) = 168+127+186=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #A87FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FBA is #578045. Grayscale: #919191. Windows color (decimal): -5734470 or 12222376. OLE color: 12222376.

HSL color Cylindrical-coordinate representation of color #A87FBA: hue angle of 281.69º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87FBA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168127186-
CMYK0.100.3200.27
HSL281.69º29.95%61.37%-
HSV(B)281.69º31.72%72.94%-
XYZ32.627.0549.96-
YUV145.98150.58143.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=34.93%
G=26.40%
B=38.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681271860.100.3200.27281.6929.9561.37
HexA87FBAA2001B11a1e3d
Octal25017727212400334323675
Binary10101000111111110111010101010000001101110001101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FBA; }

 p { color: rgb(168,127,186); }

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

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

 a { background-color: rgb(168,127,186); }

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

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

 span { border-color: rgb(168,127,186); }

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