#A593AB

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

Shades of East Side #A593AB

Tints of East Side #A593AB

Color information

#A593AB (or 0xA593AB) is unknown color: approx East Side. HEX triplet: A5, 93 and AB. RGB value is (165,147,171). Sum of RGB (Red+Green+Blue) = 165+147+171=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A593AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A593AB is #5A6C54. Grayscale: #9B9B9B. Windows color (decimal): -5925973 or 11244453. OLE color: 11244453.

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

Color convert

RGB165147171-
CMYK0.040.1400.33
HSL285º12.5%62.35%-
HSV(B)285º14.04%67.06%-
XYZ33.331.8142.91-
YUV155.12136.96135.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=34.16%
G=30.43%
B=35.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651471710.040.1400.3328512.562.35
HexA593AB4E02111dc3e
Octal2452232534160414351476
Binary101001011001001110101011100111001000011000111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593AB; }

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

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

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

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

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

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

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

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