#A489BC

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

Shades of East Side #A489BC

Tints of East Side #A489BC

Color information

#A489BC (or 0xA489BC) is unknown color: approx East Side. HEX triplet: A4, 89 and BC. RGB value is (164,137,188). Sum of RGB (Red+Green+Blue) = 164+137+188=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #A489BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489BC is #5B7643. Grayscale: #969696. Windows color (decimal): -5994052 or 12356004. OLE color: 12356004.

HSL color Cylindrical-coordinate representation of color #A489BC: hue angle of 271.76º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A489BC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164137188-
CMYK0.130.2700.26
HSL271.76º27.57%63.73%-
HSV(B)271.76º27.13%73.73%-
XYZ33.3329.4151.5-
YUV150.89148.95137.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=33.54%
G=28.02%
B=38.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641371880.130.2700.26271.7627.5763.73
HexA489BCD1B01A1101c40
Octal244211274153303242034100
Binary101001001000100110111100110111011011010100010000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489BC; }

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

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

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

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

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

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

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

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