#A589AE

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

Shades of East Side #A589AE

Tints of East Side #A589AE

Color information

#A589AE (or 0xA589AE) is unknown color: approx East Side. HEX triplet: A5, 89 and AE. RGB value is (165,137,174). Sum of RGB (Red+Green+Blue) = 165+137+174=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #A589AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A589AE is #5A7651. Grayscale: #959595. Windows color (decimal): -5928530 or 11438501. OLE color: 11438501.

HSL color Cylindrical-coordinate representation of color #A589AE: hue angle of 285.41º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A589AE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165137174-
CMYK0.050.2100.32
HSL285.41º18.59%60.98%-
HSV(B)285.41º21.26%68.24%-
XYZ32.128.9543.94-
YUV149.59141.78138.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=34.66%
G=28.78%
B=36.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651371740.050.2100.32285.4118.5960.98
HexA589AE51502011d133d
Octal2452112565250404352375
Binary10100101100010011010111010110101010000010001110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589AE; }

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

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

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

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

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

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

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

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