#A489BD

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

Shades of East Side #A489BD

Tints of East Side #A489BD

Color information

#A489BD (or 0xA489BD) is unknown color: approx East Side. HEX triplet: A4, 89 and BD. RGB value is (164,137,189). Sum of RGB (Red+Green+Blue) = 164+137+189=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #A489BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489BD is #5B7642. Grayscale: #969696. Windows color (decimal): -5994051 or 12421540. OLE color: 12421540.

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

Color convert

RGB164137189-
CMYK0.130.2800.26
HSL271.15º28.26%63.92%-
HSV(B)271.15º27.51%74.12%-
XYZ33.4429.4652.07-
YUV151149.45137.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=33.47%
G=27.96%
B=38.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641371890.130.2800.26271.1528.2663.92
HexA489BDD1C01A10f1c40
Octal244211275153403241734100
Binary101001001000100110111101110111100011010100001111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489BD; }

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

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

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

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

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

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

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

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