#A489BE

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

Shades of East Side #A489BE

Tints of East Side #A489BE

Color information

#A489BE (or 0xA489BE) is unknown color: approx East Side. HEX triplet: A4, 89 and BE. RGB value is (164,137,190). Sum of RGB (Red+Green+Blue) = 164+137+190=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A489BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489BE is #5B7641. Grayscale: #969696. Windows color (decimal): -5994050 or 12487076. OLE color: 12487076.

HSL color Cylindrical-coordinate representation of color #A489BE: hue angle of 270.57º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A489BE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164137190-
CMYK0.140.2800.25
HSL270.57º28.96%64.12%-
HSV(B)270.57º27.89%74.51%-
XYZ33.5529.552.64-
YUV151.11149.95137.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=33.40%
G=27.90%
B=38.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641371900.140.2800.25270.5728.9664.12
HexA489BEE1C01910f1d40
Octal244211276163403141735100
Binary101001001000100110111110111011100011001100001111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489BE; }

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

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

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

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

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

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

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

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