#A389AB

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

Shades of East Side #A389AB

Tints of East Side #A389AB

Color information

#A389AB (or 0xA389AB) is unknown color: approx East Side. HEX triplet: A3, 89 and AB. RGB value is (163,137,171). Sum of RGB (Red+Green+Blue) = 163+137+171=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A389AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A389AB is #5C7654. Grayscale: #949494. Windows color (decimal): -6059605 or 11241891. OLE color: 11241891.

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

Color convert

RGB163137171-
CMYK0.050.2000.33
HSL285.88º16.83%60.39%-
HSV(B)285.88º19.88%67.06%-
XYZ31.428.6242.4-
YUV148.65140.61138.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=34.61%
G=29.09%
B=36.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631371710.050.2000.33285.8816.8360.39
HexA389AB51402111e113c
Octal2432112535240414362174
Binary10100011100010011010101110110100010000110001111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389AB; }

 p { color: rgb(163,137,171); }

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

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

 a { background-color: rgb(163,137,171); }

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

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

 span { border-color: rgb(163,137,171); }

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