#A589B4

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

Shades of East Side #A589B4

Tints of East Side #A589B4

Color information

#A589B4 (or 0xA589B4) is unknown color: approx East Side. HEX triplet: A5, 89 and B4. RGB value is (165,137,180). Sum of RGB (Red+Green+Blue) = 165+137+180=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #A589B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589B4 is #5A764B. Grayscale: #969696. Windows color (decimal): -5928524 or 11831717. OLE color: 11831717.

HSL color Cylindrical-coordinate representation of color #A589B4: hue angle of 279.07º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A589B4 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165137180-
CMYK0.080.2400.29
HSL279.07º22.28%62.16%-
HSV(B)279.07º23.89%70.59%-
XYZ32.729.1947.09-
YUV150.27144.78138.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=34.23%
G=28.42%
B=37.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651371800.080.2400.29279.0722.2862.16
HexA589B481801D117163e
Octal24521126410300354272676
Binary10100101100010011011010010001100001110110001011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589B4; }

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

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

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

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

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

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

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

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