#a87bc6

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

Shades of East Side #A87BC6

Tints of East Side #A87BC6

Color information

#A87BC6 (or 0xA87BC6) is unknown color: approx East Side. HEX triplet: A8, 7B and C6. RGB value is (168,123,198). Sum of RGB (Red+Green+Blue) = 168+123+198=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #A87BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BC6 is #578439. Grayscale: #909090. Windows color (decimal): -5735482 or 13007784. OLE color: 13007784.

HSL color Cylindrical-coordinate representation of color #A87BC6: hue angle of 276º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A87BC6 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168123198-
CMYK0.150.3800.22
HSL276º39.68%62.94%-
HSV(B)276º37.88%77.65%-
XYZ33.4226.5756.79-
YUV145157.91144.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=34.36%
G=25.15%
B=40.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681231980.150.3800.2227639.6862.94
HexA87BC6F26016114283f
Octal25017330617460264245077
Binary101010001111011110001101111100110010110100010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a87bc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a87bc6; }

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

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

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

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

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

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

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

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