#A489AB

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

Shades of East Side #A489AB

Tints of East Side #A489AB

Color information

#A489AB (or 0xA489AB) is unknown color: approx East Side. HEX triplet: A4, 89 and AB. RGB value is (164,137,171). Sum of RGB (Red+Green+Blue) = 164+137+171=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #A489AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A489AB is #5B7654. Grayscale: #949494. Windows color (decimal): -5994069 or 11241892. OLE color: 11241892.

HSL color Cylindrical-coordinate representation of color #A489AB: hue angle of 287.65º 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 #A489AB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164137171-
CMYK0.040.2000.33
HSL287.65º16.83%60.39%-
HSV(B)287.65º19.88%67.06%-
XYZ31.6128.7242.41-
YUV148.95140.45138.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=34.75%
G=29.03%
B=36.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641371710.040.2000.33287.6516.8360.39
HexA489AB414021120113c
Octal2442112534240414402174
Binary10100100100010011010101110010100010000110010000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489AB; }

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

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

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

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

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

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

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

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