#A589B2

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

Shades of East Side #A589B2

Tints of East Side #A589B2

Color information

#A589B2 (or 0xA589B2) is unknown color: approx East Side. HEX triplet: A5, 89 and B2. RGB value is (165,137,178). Sum of RGB (Red+Green+Blue) = 165+137+178=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 178 - color contains mainly: blue. Hex color #A589B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A589B2 is #5A764D. Grayscale: #959595. Windows color (decimal): -5928526 or 11700645. OLE color: 11700645.

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

Color convert

RGB165137178-
CMYK0.070.2300.30
HSL280.98º21.03%61.76%-
HSV(B)280.98º23.03%69.8%-
XYZ32.529.1146.02-
YUV150.05143.78138.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=34.38%
G=28.54%
B=37.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651371780.070.2300.30280.9821.0361.76
HexA589B271701E119153e
Octal2452112627270364312576
Binary1010010110001001101100101111011101111010001100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589B2; }

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

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

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

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

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

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

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

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