#A590AE

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

Shades of East Side #A590AE

Tints of East Side #A590AE

Color information

#A590AE (or 0xA590AE) is unknown color: approx East Side. HEX triplet: A5, 90 and AE. RGB value is (165,144,174). Sum of RGB (Red+Green+Blue) = 165+144+174=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #A590AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A590AE is #5A6F51. Grayscale: #999999. Windows color (decimal): -5926738 or 11440293. OLE color: 11440293.

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

Color convert

RGB165144174-
CMYK0.050.1700.32
HSL282º15.62%62.35%-
HSV(B)282º17.24%68.24%-
XYZ33.133144.28-
YUV153.7139.46136.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=34.16%
G=29.81%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651441740.050.1700.3228215.6262.35
HexA590AE51102011a103e
Octal2452202565210404322076
Binary10100101100100001010111010110001010000010001101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590AE; }

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

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

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

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

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

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

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

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