#A394AA

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

Shades of East Side #A394AA

Tints of East Side #A394AA

Color information

#A394AA (or 0xA394AA) is unknown color: approx East Side. HEX triplet: A3, 94 and AA. RGB value is (163,148,170). Sum of RGB (Red+Green+Blue) = 163+148+170=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #A394AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A394AA is #5C6B55. Grayscale: #9A9A9A. Windows color (decimal): -6056790 or 11179171. OLE color: 11179171.

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

Color convert

RGB163148170-
CMYK0.040.1300.33
HSL280.91º11.46%62.35%-
HSV(B)280.91º12.94%66.67%-
XYZ32.9531.8742.44-
YUV154.99136.47133.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=33.89%
G=30.77%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631481700.040.1300.33280.9111.4662.35
HexA394AA4D021119b3e
Octal2432242524150414311376
Binary101000111001010010101010100110101000011000110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394AA; }

 p { color: rgb(163,148,170); }

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

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

 a { background-color: rgb(163,148,170); }

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

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

 span { border-color: rgb(163,148,170); }

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