#A489AC

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

Shades of East Side #A489AC

Tints of East Side #A489AC

Color information

#A489AC (or 0xA489AC) is unknown color: approx East Side. HEX triplet: A4, 89 and AC. RGB value is (164,137,172). Sum of RGB (Red+Green+Blue) = 164+137+172=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #A489AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A489AC is #5B7653. Grayscale: #949494. Windows color (decimal): -5994068 or 11307428. OLE color: 11307428.

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

Color convert

RGB164137172-
CMYK0.050.2000.33
HSL286.29º17.41%60.59%-
HSV(B)286.29º20.35%67.45%-
XYZ31.728.7642.91-
YUV149.06140.95138.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=34.67%
G=28.96%
B=36.36%

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
Decimal1641371720.050.2000.33286.2917.4160.59
HexA489AC51402111e113d
Octal2442112545240414362175
Binary10100100100010011010110010110100010000110001111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489AC; }

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

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

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

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

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

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

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

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