#A489BF

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

Shades of East Side #A489BF

Tints of East Side #A489BF

Color information

#A489BF (or 0xA489BF) is unknown color: approx East Side. HEX triplet: A4, 89 and BF. RGB value is (164,137,191). Sum of RGB (Red+Green+Blue) = 164+137+191=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #A489BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489BF is #5B7640. Grayscale: #979797. Windows color (decimal): -5994049 or 12552612. OLE color: 12552612.

HSL color Cylindrical-coordinate representation of color #A489BF: hue angle of 270º degrees, saturation: 0.3, 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 #A489BF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164137191-
CMYK0.140.2800.25
HSL270º29.67%64.31%-
HSV(B)270º28.27%74.9%-
XYZ33.6629.5553.22-
YUV151.23150.45137.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 191 (75% from 255) = 38.82%
R=33.33%
G=27.85%
B=38.82%

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
Decimal1641371910.140.2800.2527029.6764.31
HexA489BFE1C01910e1e40
Octal244211277163403141636100
Binary101001001000100110111111111011100011001100001110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489BF; }

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

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

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

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

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

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

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

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