#A87CBD

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

Shades of East Side #A87CBD

Tints of East Side #A87CBD

Color information

#A87CBD (or 0xA87CBD) is unknown color: approx East Side. HEX triplet: A8, 7C and BD. RGB value is (168,124,189). Sum of RGB (Red+Green+Blue) = 168+124+189=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #A87CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CBD is #578342. Grayscale: #909090. Windows color (decimal): -5735235 or 12418216. OLE color: 12418216.

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

Color convert

RGB168124189-
CMYK0.110.3400.26
HSL280.62º32.99%61.37%-
HSV(B)280.62º34.39%74.12%-
XYZ32.5426.4151.53-
YUV144.57153.08144.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=34.93%
G=25.78%
B=39.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681241890.110.3400.26280.6232.9961.37
HexA87CBDB2201A119213d
Octal25017427513420324314175
Binary101010001111100101111011011100010011010100011001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CBD; }

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

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

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

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

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

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

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

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