#A584AE

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

Shades of East Side #A584AE

Tints of East Side #A584AE

Color information

#A584AE (or 0xA584AE) is unknown color: approx East Side. HEX triplet: A5, 84 and AE. RGB value is (165,132,174). Sum of RGB (Red+Green+Blue) = 165+132+174=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #A584AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584AE is #5A7B51. Grayscale: #929292. Windows color (decimal): -5929810 or 11437221. OLE color: 11437221.

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

Color convert

RGB165132174-
CMYK0.050.2400.32
HSL287.14º20.59%60%-
HSV(B)287.14º24.14%68.24%-
XYZ31.4127.5643.71-
YUV146.66143.43141.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=35.03%
G=28.03%
B=36.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651321740.050.2400.32287.1420.5960
HexA584AE51802011f153c
Octal2452042565300404372574
Binary10100101100001001010111010111000010000010001111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584AE; }

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

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

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

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

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

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

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

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