#A593AC

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

Shades of East Side #A593AC

Tints of East Side #A593AC

Color information

#A593AC (or 0xA593AC) is unknown color: approx East Side. HEX triplet: A5, 93 and AC. RGB value is (165,147,172). Sum of RGB (Red+Green+Blue) = 165+147+172=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #A593AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A593AC is #5A6C53. Grayscale: #9B9B9B. Windows color (decimal): -5925972 or 11309989. OLE color: 11309989.

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

Color convert

RGB165147172-
CMYK0.040.1500.33
HSL283.2º13.09%62.55%-
HSV(B)283.2º14.53%67.45%-
XYZ33.431.8543.42-
YUV155.23137.46134.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=34.09%
G=30.37%
B=35.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651471720.040.1500.33283.213.0962.55
HexA593AC4F02111bd3f
Octal2452232544170414331577
Binary101001011001001110101100100111101000011000110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593AC; }

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

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

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

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

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

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

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

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