#A387AC

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

Shades of East Side #A387AC

Tints of East Side #A387AC

Color information

#A387AC (or 0xA387AC) is unknown color: approx East Side. HEX triplet: A3, 87 and AC. RGB value is (163,135,172). Sum of RGB (Red+Green+Blue) = 163+135+172=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #A387AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A387AC is #5C7853. Grayscale: #939393. Windows color (decimal): -6060116 or 11306915. OLE color: 11306915.

HSL color Cylindrical-coordinate representation of color #A387AC: hue angle of 285.41º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A387AC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163135172-
CMYK0.050.2200.33
HSL285.41º18.23%60.2%-
HSV(B)285.41º21.51%67.45%-
XYZ31.2128.0942.81-
YUV147.59141.78138.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=34.68%
G=28.72%
B=36.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631351720.050.2200.33285.4118.2360.2
HexA387AC51602111d123c
Octal2432072545260414352274
Binary10100011100001111010110010110110010000110001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387AC; }

 p { color: rgb(163,135,172); }

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

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

 a { background-color: rgb(163,135,172); }

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

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

 span { border-color: rgb(163,135,172); }

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