#A589B1

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

Shades of East Side #A589B1

Tints of East Side #A589B1

Color information

#A589B1 (or 0xA589B1) is unknown color: approx East Side. HEX triplet: A5, 89 and B1. RGB value is (165,137,177). Sum of RGB (Red+Green+Blue) = 165+137+177=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 177 - color contains mainly: blue. Hex color #A589B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A589B1 is #5A764E. Grayscale: #959595. Windows color (decimal): -5928527 or 11635109. OLE color: 11635109.

HSL color Cylindrical-coordinate representation of color #A589B1: hue angle of 282º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A589B1 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165137177-
CMYK0.070.2300.31
HSL282º20.41%61.57%-
HSV(B)282º22.6%69.41%-
XYZ32.429.0645.5-
YUV149.93143.28138.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=34.45%
G=28.60%
B=36.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651371770.070.2300.3128220.4161.57
HexA589B171701F11a143e
Octal2452112617270374322476
Binary1010010110001001101100011111011101111110001101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589B1; }

 p { color: rgb(165,137,177); }

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

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

 a { background-color: rgb(165,137,177); }

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

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

 span { border-color: rgb(165,137,177); }

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