#A489B4

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

Shades of East Side #A489B4

Tints of East Side #A489B4

Color information

#A489B4 (or 0xA489B4) is unknown color: approx East Side. HEX triplet: A4, 89 and B4. RGB value is (164,137,180). Sum of RGB (Red+Green+Blue) = 164+137+180=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #A489B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489B4 is #5B764B. Grayscale: #959595. Windows color (decimal): -5994060 or 11831716. OLE color: 11831716.

HSL color Cylindrical-coordinate representation of color #A489B4: hue angle of 277.67º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A489B4 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164137180-
CMYK0.090.2400.29
HSL277.67º22.28%62.16%-
HSV(B)277.67º23.89%70.59%-
XYZ32.4929.0847.08-
YUV149.98144.95138-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=34.10%
G=28.48%
B=37.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641371800.090.2400.29277.6722.2862.16
HexA489B491801D116163e
Octal24421126411300354262676
Binary10100100100010011011010010011100001110110001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489B4; }

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

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

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

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

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

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

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

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