#A489BB

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

Shades of East Side #A489BB

Tints of East Side #A489BB

Color information

#A489BB (or 0xA489BB) is unknown color: approx East Side. HEX triplet: A4, 89 and BB. RGB value is (164,137,187). Sum of RGB (Red+Green+Blue) = 164+137+187=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #A489BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489BB is #5B7644. Grayscale: #969696. Windows color (decimal): -5994053 or 12290468. OLE color: 12290468.

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

Color convert

RGB164137187-
CMYK0.120.2700.27
HSL272.4º26.88%63.53%-
HSV(B)272.4º26.74%73.33%-
XYZ33.2329.3750.93-
YUV150.77148.45137.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=33.61%
G=28.07%
B=38.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641371870.120.2700.27272.426.8863.53
HexA489BBC1B01B1101b40
Octal244211273143303342033100
Binary101001001000100110111011110011011011011100010000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489BB; }

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

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

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

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

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

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

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

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