#A590AA

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

Shades of East Side #A590AA

Tints of East Side #A590AA

Color information

#A590AA (or 0xA590AA) is unknown color: approx East Side. HEX triplet: A5, 90 and AA. RGB value is (165,144,170). Sum of RGB (Red+Green+Blue) = 165+144+170=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #A590AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A590AA is #5A6F55. Grayscale: #999999. Windows color (decimal): -5926742 or 11178149. OLE color: 11178149.

HSL color Cylindrical-coordinate representation of color #A590AA: hue angle of 288.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A590AA is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165144170-
CMYK0.030.1500.33
HSL288.46º13.27%61.57%-
HSV(B)288.46º15.29%66.67%-
XYZ32.7530.8542.26-
YUV153.24137.46136.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=34.45%
G=30.06%
B=35.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651441700.030.1500.33288.4613.2761.57
HexA590AA3F021120d3e
Octal2452202523170414401576
Binary10100101100100001010101011111101000011001000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590AA; }

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

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

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

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

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

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

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

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