#A590AB

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

Shades of East Side #A590AB

Tints of East Side #A590AB

Color information

#A590AB (or 0xA590AB) is unknown color: approx East Side. HEX triplet: A5, 90 and AB. RGB value is (165,144,171). Sum of RGB (Red+Green+Blue) = 165+144+171=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #A590AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A590AB is #5A6F54. Grayscale: #999999. Windows color (decimal): -5926741 or 11243685. OLE color: 11243685.

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

Color convert

RGB165144171-
CMYK0.040.1600.33
HSL286.67º13.85%61.76%-
HSV(B)286.67º15.79%67.06%-
XYZ32.8430.8942.76-
YUV153.36137.96136.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=34.38%
G=30%
B=35.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651441710.040.1600.33286.6713.8561.76
HexA590AB41002111fe3e
Octal2452202534200414371676
Binary1010010110010000101010111001000001000011000111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590AB; }

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

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

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

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

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

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

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

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