#A493B3

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

Shades of East Side #A493B3

Tints of East Side #A493B3

Color information

#A493B3 (or 0xA493B3) is unknown color: approx East Side. HEX triplet: A4, 93 and B3. RGB value is (164,147,179). Sum of RGB (Red+Green+Blue) = 164+147+179=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #A493B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493B3 is #5B6C4C. Grayscale: #9B9B9B. Windows color (decimal): -5991501 or 11768740. OLE color: 11768740.

HSL color Cylindrical-coordinate representation of color #A493B3: hue angle of 271.88º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A493B3 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB164147179-
CMYK0.080.1800.30
HSL271.88º17.39%63.92%-
HSV(B)271.88º17.88%70.2%-
XYZ33.8832.0147.04-
YUV155.73141.13133.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 179 (70.31% from 255) = 36.53%
R=33.47%
G=30%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641471790.080.1800.30271.8817.3963.92
HexA493B381201E1101140
Octal244223263102203642021100
Binary101001001001001110110011100010010011110100010000100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493B3; }

 p { color: rgb(164,147,179); }

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

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

 a { background-color: rgb(164,147,179); }

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

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

 span { border-color: rgb(164,147,179); }

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